Concatenate channels, info and data from two Epochs objects.
list
of Epochs
Epochs object to concatenate.
str
| int
| None
Control 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. Defaults to True if any of the input epochs have verbose=True.
Epochs
Concatenated epochs.