Concatenate a list of Epochs into one Epochs object.
Note
Unlike concatenate_raws, this function does not
modify any of the input data.
listList of Epochs instances to concatenate (in that order).
If True, a fixed offset is added to the event times from different Epochs sets, such that they are easy to distinguish after the concatenation. If False, the event times are unaltered during the concatenation.
Can be 'raise' (default) to raise an error, 'warn' to emit a
warning, or 'ignore' to ignore when the device-to-head transformation differs between
instances.
New in version 0.24.
str | int | NoneControl verbosity of the logging output. If None, use the default
verbosity level. See the logging documentation and
mne.verbose() for details. Should only be passed as a keyword
argument.
New in version 0.24.
EpochsThe result of the concatenation.
Notes
New in version 0.9.0.
mne.concatenate_epochs#Working with CTF data: the Brainstorm auditory dataset