mne.epochs.add_channels_epochs¶
- mne.epochs.add_channels_epochs(epochs_list, verbose=None)[source]¶
Concatenate channels, info and data from two Epochs objects.
- Parameters
- epochs_list
list
ofEpochs
Epochs object to concatenate.
- verbosebool |
str
|int
|None
Control verbosity of the logging output. If
None
, use the default verbosity level. See the logging documentation andmne.verbose()
for details. Should only be passed as a keyword argument. Defaults to True if any of the input epochs have verbose=True.
- epochs_list
- Returns
- epochsinstance of
Epochs
Concatenated epochs.
- epochsinstance of