/dcmwrangle

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

dicomorg

Interactive and static tool for organizing dicoms.

Setup

For a static installation via HTTPS:

git clone https://github.com/jbteves/dicomorg.git
cd dicomorg && pip install .

For a dynamic installation via SSH:

git clone git@github.com:jbteves/dicomorg.git
cd dicomorg && pip install -e .

Feel free to use in a conda environment, which I warmly recommend.