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
listofEpochs Epochs object to concatenate.
- verbosebool,
str,int, orNone If not None, override default verbose level (see
mne.verbose()and Logging documentation for more). If used, it should be passed as a keyword-argument only. Defaults to True if any of the input epochs have verbose=True.
- epochs_list
- Returns
- epochsinstance of
Epochs Concatenated epochs.
- epochsinstance of