mne_bids.make_report¶
-
mne_bids.
make_report
(root, session=None, verbose=True)[source]¶ Create a methods paragraph string from BIDS dataset.
Summarizes the REQUIRED components in the BIDS specification and also some RECOMMENDED components. Currently, the methods paragraph summarize the:
dataset_description.json file
(optional) participants.tsv file
(optional) datatype-agnostic files for (M/I)EEG data, which reads files from the
*_scans.tsv
file.
- Parameters
- Returns
- paragraph
str
The paragraph wrapped with 80 characters per line describing the summary of the subjects.
- paragraph