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