mne_bids.read_raw_bids

mne_bids.read_raw_bids(bids_fname, bids_root, verbose=True)[source]

Read BIDS compatible data.

Will attempt to read associated events.tsv and channels.tsv files to populate the returned raw object with raw.annotations and raw.info[‘bads’].

Parameters
bids_fnamestr

Full name of the data file

bids_rootstr

Path to root of the BIDS folder

verbosebool

The verbosity level

Returns
rawinstance of Raw

The data as MNE-Python Raw object.