ctf4science.data_module.get_config#

ctf4science.data_module.get_config(dataset_name: str) dict[str, Any]#

Load and return the dataset configuration for the specified dataset.

Reads data/{dataset_name}/{dataset_name}.yaml and returns the parsed YAML (pairs, metadata, visualizations, etc.).

Parameters:
dataset_namestr

Name of the dataset (e.g. 'ODE_Lorenz').

Returns:
dict

Full dataset configuration dictionary.

Raises:
FileNotFoundError

If the dataset YAML file does not exist.