bemobil_mne.io.make_bids_dataset_description#
- bemobil_mne.io.make_bids_dataset_description(bids_root, name, authors=None, data_license=None, acknowledgements=None, funding=None, doi=None)[source]#
Write a minimal BIDS
dataset_description.json.Calls
mne_bids.make_dataset_description(). Idempotent: safe to call multiple times.- Parameters:
- bids_root
str|Path Root of the BIDS dataset.
- name
str Human-readable dataset name.
- authors
listofstr|None Author names.
- data_license
str|None SPDX license identifier or free-text (maps to
data_licensein BIDSdataset_description.json).- acknowledgements
str|None Acknowledgements text.
- funding
listofstr|None Funding source strings.
- doi
str|None Dataset DOI.
- bids_root