utils.config

This module contains configuration settings for the RANO module.

Attributes

debug

Set to True to enable debug mode.

module_path

Path to the module directory. Resolves to the directory that contains RANO.py.

dynunet_pipeline_path

Path to the dynunet_pipeline directory used for running the segmentation pipeline.

test_data_path

Path to the test data directory containing test cases.

reports_path

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.