DICOM Sort is a utility that takes a series of DICOM images stored within an arbitrary directory structure and sorts them into a directory tree based upon the value of selected DICOM fields.
Binary distributions for Windows and Mac OS are available at the project website.
DICOM Sort is available as dicomsort on
the Python Package Index (pypi) and can therefore easily be
installed with pip.
pip install dicomsortAfter installation, DICOM Sort can be launched with simply the dicomsort command line script:
dicomsortTo install from source, first clone the git repository
git clone https://github.com/suever/dicomsort.gitInstall the dicomsort script using the project's setup.py file. This will automatically install all project dependencies
cd dicomsort
python setup.py installFor running tests, you will want to install the required development dependencies using the provided requirements.txt file:
pip install -r requirements.txtFor running tests, we use pytest. These can be run reproducibly using the provided Makefile
make testIf you have any questions or would like to request a feature, feel free to provide feedback via the Github Issues page.
This software is licensed under the MIT License Copyright (C) 2011 - 2021 Jonathan Suever
