{"library":"mne-bids","title":"MNE-BIDS","description":"MNE-BIDS is a Python package for converting, organizing, and processing MEG, EEG, and iEEG data according to the Brain Imaging Data Structure (BIDS) specification. It integrates with MNE-Python for analysis. Current version: 0.18.0. Released approximately every 3-6 months.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install mne-bids"],"cli":{"name":"mne_bids","version":"MNE-BIDS 0.18.0"}},"imports":["from mne_bids import read_raw_bids","from mne_bids import BIDSPath"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from mne_bids import BIDSPath, read_raw_bids\nbids_path = BIDSPath(subject='01', session='01', task='audiovisual', root='/path/to/bids')\nraw = read_raw_bids(bids_path=bids_path)\nprint(raw)  # prints info about the raw data","lang":"python","description":"Minimal example: define a BIDS path and read raw data.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}