utils.config
This module contains configuration settings for the RANO module.
Attributes
Set to True to enable debug mode. |
|
Path to the module directory. Resolves to the directory that contains RANO.py. |
|
Path to the dynunet_pipeline directory used for running the segmentation pipeline. |
|
Path to the test data directory containing test cases. |
|
Path to the reports directory where the generated reports will be saved. |
Module Contents
- utils.config.debug = False
Set to True to enable debug mode.
- utils.config.module_path
Path to the module directory. Resolves to the directory that contains RANO.py.
- utils.config.dynunet_pipeline_path
Path to the dynunet_pipeline directory used for running the segmentation pipeline.
- utils.config.test_data_path = b'.'
Path to the test data directory containing test cases.
- utils.config.reports_path = b'.'
Path to the reports directory where the generated reports will be saved.