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: |
|
---|---|
Returns: |
|
See also