from mne_bids import read_raw_bids bids_path = BIDSPath( subject='001', session='01', task='visual', suffix='eeg', root=bids_root, )
Run in parallel:
Introduction The Brain Imaging Data Structure (BIDS) has revolutionized neuroimaging by providing a standardized way to organize, describe, and share data. For M/EEG research, the mne-bids package bridges the gap between raw data in proprietary formats (e.g., BrainVision, EDF, FIF) and the powerful analysis tools of MNE-Python. mne bids pipeline