LICENSE
MANIFEST.in
README.md
pyproject.toml
src/AVID.egg-info/PKG-INFO
src/AVID.egg-info/SOURCES.txt
src/AVID.egg-info/dependency_links.txt
src/AVID.egg-info/entry_points.txt
src/AVID.egg-info/requires.txt
src/AVID.egg-info/top_level.txt
src/avid/__init__.py
src/avid/actions/__init__.py
src/avid/actions/actionBatchGenerator.py
src/avid/actions/artefactRefine.py
src/avid/actions/cliActionBase.py
src/avid/actions/cliBatchScheduler.py
src/avid/actions/dummy.py
src/avid/actions/genericCLIAction.py
src/avid/actions/pointSetConversion.py
src/avid/actions/pythonAction.py
src/avid/actions/regVarTool.py
src/avid/actions/simpleScheduler.py
src/avid/actions/testingScheduler.py
src/avid/actions/threadingScheduler.py
src/avid/actions/fitting/__init__.py
src/avid/actions/fitting/linearfit.py
src/avid/actions/matchpoint/__init__.py
src/avid/actions/matchpoint/combineR.py
src/avid/actions/matchpoint/mapR.py
src/avid/actions/matchpoint/matchR.py
src/avid/actions/mitk/MitkCLGlobalImageFeatures.py
src/avid/actions/mitk/MitkFileConverter.py
src/avid/actions/mitk/MitkFuse3Dto4DImage.py
src/avid/actions/mitk/MitkGIFeatureValueCollector.py
src/avid/actions/mitk/MitkMRPerfusion.py
src/avid/actions/mitk/MitkMRSignal2Concentration.py
src/avid/actions/mitk/MitkMapImage.py
src/avid/actions/mitk/MitkMatchImage.py
src/avid/actions/mitk/MitkResampleImage.py
src/avid/actions/mitk/MitkResampleMask.py
src/avid/actions/mitk/MitkSplit4Dto3DImages.py
src/avid/actions/mitk/MitkStitchImages.py
src/avid/actions/mitk/__init__.py
src/avid/actions/mitk/taskListGenerator.py
src/avid/actions/plastimatch/__init__.py
src/avid/actions/plastimatch/plmCompare.py
src/avid/actions/plastimatch/plmDice.py
src/avid/actions/plastimatch/plmRTSSMap.py
src/avid/actions/rttb/DoseTool.py
src/avid/actions/rttb/__init__.py
src/avid/actions/rttb/bioModelCalc.py
src/avid/actions/rttb/doseAcc.py
src/avid/actions/rttb/doseMap.py
src/avid/actions/rttb/doseStatsCollector.py
src/avid/actions/rttb/imageAcc.py
src/avid/actions/rttb/voxelizer.py
src/avid/actions/unrefactored/CurveDescriptorMiniApp.py
src/avid/actions/unrefactored/PixelDumpMiniApp.py
src/avid/actions/unrefactored/cleanWorkflow.py
src/avid/actions/unrefactored/invertR.py
src/avid/cli/__init__.py
src/avid/cli/avidconfig.py
src/avid/cli/aviddiag.py
src/avid/cli/avidsplit.py
src/avid/cli/tool-packages/MITK/sources.config
src/avid/cli/tool-packages/MITK/tools.config
src/avid/common/AVIDUrlLocater.py
src/avid/common/__init__.py
src/avid/common/config_manager.py
src/avid/common/console_abstraction.py
src/avid/common/customTags.py
src/avid/common/demultiplexer.py
src/avid/common/dvhTxtFileLoader.py
src/avid/common/osChecker.py
src/avid/common/patientNumber.py
src/avid/common/templateFileCustomizer.py
src/avid/common/artefact/__init__.py
src/avid/common/artefact/crawler.py
src/avid/common/artefact/defaultProps.py
src/avid/common/artefact/fileHelper.py
src/avid/common/artefact/generator.py
src/avid/common/cliConnector/__init__.py
src/avid/common/cliConnector/container.py
src/avid/common/cliConnector/lsf.py
src/avid/common/workflow/__init__.py
src/avid/common/workflow/report.py
src/avid/common/workflow/structure_definitions.py
src/avid/externals/__init__.py
src/avid/externals/doseTool.py
src/avid/externals/fcsv.py
src/avid/externals/matchPoint.py
src/avid/externals/plastimatch.py
src/avid/externals/pointset.py
src/avid/externals/virtuos.py
src/avid/linkers/__init__.py
src/avid/linkers/caseInstanceLinker.py
src/avid/linkers/fractionLinker.py
src/avid/linkers/keyValueLinker.py
src/avid/linkers/posLinker.py
src/avid/linkers/proximityLinker.py
src/avid/selectors/__init__.py
src/avid/selectors/diagnosticSelector.py
src/avid/selectors/keyMulitValueSelector.py
src/avid/selectors/keyValueSelector.py
src/avid/selectors/multiKeyValueSelector.py
src/avid/selectors/validitySelector.py
src/avid/sorter/__init__.py
src/avid/sorter/keyValueSorter.py
src/avid/sorter/timePointSorter.py
src/avid/splitter/__init__.py
src/avid/splitter/keyValueSplitter.py
src/avid/splitter/singleSplitter.py
tests/test_CLIBatchScheduler.py
tests/test_Linkers.py
tests/test_Selectors.py
tests/test_ThreadingScheduler.py
tests/test_TimePointSorter.py
tests/test_actionBatchGenerator.py
tests/test_actions.py
tests/test_actions_CurveDescriptorMiniApp.py
tests/test_actions_DoseTool.py
tests/test_actions_MitkCLGlobalImageFeatures.py
tests/test_actions_MitkFileConvert.py
tests/test_actions_MitkGIFeatureValueCollector.py
tests/test_actions_MitkMRPerfusion.py
tests/test_actions_MitkMRSignal2Concentration.py
tests/test_actions_MitkMapImage.py
tests/test_actions_MitkMatchImage.py
tests/test_actions_MitkSplit4Dto3DImages.py
tests/test_actions_MitkStitchImages.py
tests/test_actions_artefactRefine.py
tests/test_actions_batch.py
tests/test_actions_bioModelCalc.py
tests/test_actions_combineR.py
tests/test_actions_doseAcc.py
tests/test_actions_doseMap.py
tests/test_actions_doseStatsCollector.py
tests/test_actions_genericCLIAction.py
tests/test_actions_imageAcc.py
tests/test_actions_invertR.py
tests/test_actions_mapR.py
tests/test_actions_matchR.py
tests/test_actions_plmCompare.py
tests/test_actions_plmDice.py
tests/test_actions_plmRTSSMap.py
tests/test_actions_pointSetConversion.py
tests/test_actions_python.py
tests/test_actions_regVarTool.py
tests/test_actions_single.py
tests/test_actions_voxelizer.py
tests/test_artefact.py
tests/test_artefactFileHelper.py
tests/test_artefactGeneration.py
tests/test_artefact_crawler.py
tests/test_artefact_crawler_performance.py
tests/test_caseInstanceLinker.py
tests/test_diagnosticSelector.py
tests/test_externals_doseTool.py
tests/test_externals_virtuos.py
tests/test_fractionLinker.py
tests/test_keyMultiValueSelector.py
tests/test_keyValueLinker.py
tests/test_keyValueSorter.py
tests/test_proximityLinker.py
tests/test_testingScheduler.py
tests/test_validitySelector.py
tests/test_workflow.py
tests/test_workflow_report.py
tests/test_workflow_struct_definition.py