utils.config module
This module contains configuration settings for the RANO module.
- utils.config.debug = False
Set to True to enable debug mode.
- utils.config.dynunet_pipeline_path = '/home/aaron/Dropbox/KCL/Projects/RANO/rano2.0-assist/RANO/../dynunet_pipeline'
Path to the dynunet_pipeline directory used for running the segmentation pipeline.
- utils.config.module_path = '/home/aaron/Dropbox/KCL/Projects/RANO/rano2.0-assist/RANO'
Path to the module directory. Resolves to the directory that contains RANO.py.
- utils.config.reports_path = '/home/aaron/Dropbox/KCL/Projects/RANO/rano2.0-assist/Reports'
Path to the reports directory where the generated reports will be saved.
- utils.config.test_data_path = '/home/aaron/Dropbox/KCL/Projects/RANO/rano2.0-assist/data/test_data'
Path to the test data directory containing test cases.