LICENSE
README.md
setup.py
cleanX/__init__.py
cleanX/__main__.py
cleanX.egg-info/PKG-INFO
cleanX.egg-info/SOURCES.txt
cleanX.egg-info/dependency_links.txt
cleanX.egg-info/not-zip-safe
cleanX.egg-info/requires.txt
cleanX.egg-info/top_level.txt
cleanX/cli/__init__.py
cleanX/cli/dataset.py
cleanX/cli/dicom.py
cleanX/cli/images.py
cleanX/cli/main.py
cleanX/dataset_processing/__init__.py
cleanX/dataset_processing/dataframes.py
cleanX/dicom_processing/__init__.py
cleanX/dicom_processing/pydicom_adapter.py
cleanX/dicom_processing/simpleitk_adapter.py
cleanX/dicom_processing/source.py
cleanX/image_work/__init__.py
cleanX/image_work/image_functions.py
cleanX/image_work/journaling_pipeline.py
cleanX/image_work/pipeline.py
cleanX/image_work/steps.py
test/test_cleanx.py
test/test_cli.py
test/test_pipeline.py