save_dataset_description#
- neurocaps.utils.save_dataset_description(dataset_description, output_dir)[source]#
Save Dataset Description.
Saves the dataset description dictionary as a file named “dataset_description.json” to the directory specified by
output_dir.Added in version 0.34.1.
- Parameters:
dataset_description (
dict) – The dataset description dictionary.output_dir (
str) – Path to save the JSON file to.