mne.
read_events
(filename, include=None, exclude=None, mask=0)¶Reads events from fif or text file
Parameters: | filename : string
include : int | list | None
exclude : int | list | None
mask : int
|
---|---|
Returns: | events: array, shape (n_events, 3) :
|
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.
Working with downsampled data: Events that were computed before the data was decimated are no longer valid. Please recompute your events after decimation.