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_listlist of Epochs

Epochs object to concatenate.

verbosebool, str, int, or None

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.

Returns
epochsinstance of Epochs

Concatenated epochs.

Examples using mne.epochs.add_channels_epochs