mne.
concatenate_events
(events, first_samps, last_samps)[source]¶Concatenate event lists to be compatible with concatenate_raws.
This is useful, for example, if you processed and/or changed
events in raw files separately before combining them using
mne.concatenate_raws()
.
Parameters: | events : list of arrays
first_samps : list or array of int
last_samps : list or array of int
|
---|---|
Returns: | events : array
|
See also