mne_find_events
Locate stimulus and trigger events on a stimulation channel from raw MNE data, then store them as an events array for downstream analysis.
Instructions
Find stimulus/trigger events on a stim channel of a Raw object. Stores them under events_name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw_name | No | raw | |
| events_name | No | events | |
| stim_channel | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |