cerebralcortex.util package

Submodules

cerebralcortex.util.helper_methods module

get_study_names(configs_dir_path: str) → List[str][source]

CerebralCortex constructor

Parameters:configs_dir_path (str) – Directory path of cerebralcortex configurations.
Returns:list of study names available
Return type:list(str)
Raises:ValueError – If configuration_filepath is None or empty.

Examples

>>> get_study_names("/directory/path/of/configs/")

Module contents