LICENSE
README.md
pyproject.toml
regix/__init__.py
regix/api.py
regix/cli.py
regix/config.py
regix/env.py
regix/layout.py
regix/logging_utils.py
regix/pipeline.py
regix/features/__init__.py
regix/features/anatomix.py
regix/features/mind.py
regix/features/reduce.py
regix/io/__init__.py
regix/io/dicom.py
regix/io/volume.py
regix/io/writers.py
regix/organs/__init__.py
regix/organs/labels.py
regix/organs/roi.py
regix/organs/segmenter.py
regix/preprocess/__init__.py
regix/preprocess/geometry.py
regix/preprocess/intensity.py
regix/presets/base.yaml
regix/presets/ct_cbct_igrt.yaml
regix/presets/ct_ct_liver_followup.yaml
regix/presets/ct_ct_lung_4d.yaml
regix/presets/ct_mr_abdomen.yaml
regix/presets/mr_ct_prostate.yaml
regix/presets/mr_mr_brain.yaml
regix/presets/pet_ct_wholebody.yaml
regix/qc/__init__.py
regix/qc/gates.py
regix/qc/metrics.py
regix/qc/report.py
regix/qc/schemas.py
regix/registration/__init__.py
regix/registration/convexadam.py
regix/registration/engine.py
regix/registration/initialize.py
regix/registration/itk_bridge.py
regix/registration/params.py
regix/registration/transforms.py
regix/registration/warp.py
regix_medical.egg-info/PKG-INFO
regix_medical.egg-info/SOURCES.txt
regix_medical.egg-info/dependency_links.txt
regix_medical.egg-info/entry_points.txt
regix_medical.egg-info/requires.txt
regix_medical.egg-info/top_level.txt
tests/test_api.py
tests/test_audit_regressions.py
tests/test_cli.py
tests/test_contract.py
tests/test_dicom_io.py
tests/test_documentation.py
tests/test_pipeline.py
tests/test_registration_internals.py
tests/test_units.py