mne_make_epochs
Segment continuous neurophysiology recordings into event-locked epochs, with configurable time windows, baseline correction, condition selection, and artifact rejection.
Instructions
Segment a Raw object into Epochs around events. tmin/tmax in seconds relative to the event; baseline 'default' = (None, 0); event_id like 'target:1,standard:2' to name/select conditions; reject_eeg = peak-to-peak EEG rejection threshold in volts (e.g. 100e-6). Stored under epochs_name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tmax | No | ||
| tmin | No | ||
| baseline | No | default | |
| event_id | No | ||
| raw_name | No | raw | |
| reject_eeg | No | ||
| epochs_name | No | epochs | |
| events_name | No | events |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |