ctf4science.data_module.get_metadata#
- ctf4science.data_module.get_metadata(dataset_name: str) dict#
Return metadata for the given dataset.
Returns the
metadatasection from the dataset YAML (e.g.delta_t,matrix_shapes,matrix_start_index).- Parameters:
- dataset_namestr
Name of the dataset (e.g.
'ODE_Lorenz').
- Returns:
- dict
Dataset metadata (e.g.
delta_t,matrix_shapes,matrix_start_index).
- Raises:
- ValueError
If the
metadatakey is missing or empty in the dataset config.