LICENSE
README.md
pypi.md
pyproject.toml
setup.cfg
setup.py
src/scikit_rt.egg-info/PKG-INFO
src/scikit_rt.egg-info/SOURCES.txt
src/scikit_rt.egg-info/dependency_links.txt
src/scikit_rt.egg-info/requires.txt
src/scikit_rt.egg-info/top_level.txt
src/skrt/__init__.py
src/skrt/application.py
src/skrt/core.py
src/skrt/dicom_writer.py
src/skrt/dose.py
src/skrt/image.py
src/skrt/multi.py
src/skrt/patient.py
src/skrt/registration.py
src/skrt/segmentation.py
src/skrt/simulation.py
src/skrt/structures.py
src/skrt/better_viewer/__init__.py
src/skrt/better_viewer/options.py
src/skrt/data/elastix_parameter_files/BE_BSpline05.txt
src/skrt/data/elastix_parameter_files/MI_Affine.txt
src/skrt/data/elastix_parameter_files/MI_BSpline05.txt
src/skrt/data/elastix_parameter_files/MI_BSpline15.txt
src/skrt/data/elastix_parameter_files/MI_BSpline30.txt
src/skrt/data/elastix_parameter_files/MI_Rigid.txt
src/skrt/data/elastix_parameter_files/MI_Translation.txt
src/skrt/data/niftyreg_parameter_files/Affine.txt
src/skrt/data/niftyreg_parameter_files/BE_BSpline05.txt
src/skrt/data/niftyreg_parameter_files/NMI_BSpline05.txt
src/skrt/data/niftyreg_parameter_files/NMI_BSpline15.txt
src/skrt/data/niftyreg_parameter_files/NMI_BSpline30.txt
src/skrt/data/niftyreg_parameter_files/Rigid.txt
src/skrt/viewer/__init__.py
src/skrt/viewer/core.py
src/skrt/viewer/viewer.py
tests/test_01_setup.py
tests/test_application.py
tests/test_core.py
tests/test_dose.py
tests/test_image.py
tests/test_multi.py
tests/test_patient.py
tests/test_qv_image.py
tests/test_qv_quickviewer.py
tests/test_qv_struct_loader.py
tests/test_qv_struct_metrics.py
tests/test_qv_structs.py
tests/test_registration.py
tests/test_roi_metrics.py
tests/test_segmentation.py
tests/test_simulation.py
tests/test_structs.py
tests/test_synthetic_image.py
tests/test_viewer.py