Parameters: |
- raw : instance of Raw
A raw object to use the data from.
- id : int
The id to use (default 1).
- start : float
Time of first event.
- stop : float | None
Maximum time of last event. If None, events extend to the end
of the recording.
- duration: float
The duration to separate events by.
- first_samp: bool
If True (default), times will have raw.first_samp added to them, as
in mne.find_events() . This behavior is not desirable if the
returned events will be combined with event times that already
have raw.first_samp added to them, e.g. event times that come
from mne.find_events() .
|