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_rootstr | Path

Root of the BIDS dataset.

namestr

Human-readable dataset name.

authorslist of str | None

Author names.

data_licensestr | None

SPDX license identifier or free-text (maps to data_license in BIDS dataset_description.json).

acknowledgementsstr | None

Acknowledgements text.

fundinglist of str | None

Funding source strings.

doistr | None

Dataset DOI.