mne.
read_events
(filename, include=None, exclude=None, mask=None, mask_type='and')[source]¶Read events from fif or text file.
See Epoching and averaging (ERP/ERF) as well as Reading an event file for more information about events.
Parameters: |
|
---|---|
Returns: |
|
See also
Notes
This function will discard the offset line (i.e., first line with zero event number) if it is present in a text file.
For more information on mask
and mask_type
, see
mne.find_events()
.
mne.read_events
¶