mne_load_raw
Loads raw EEG/MEG/neurophysiology recordings from disk into the current session. Auto-detects file format by extension and supports preload toggle for large files.
Instructions
Load a raw recording from disk into the session. Auto-detects the format by extension (FIF/EDF/BDF/BrainVision/EEGLAB/CNT/EGI/…). Stores it under name (default raw). Set preload=False for very large files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | raw | |
| path | Yes | ||
| preload | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |