mne.equalize_channels

mne.equalize_channels(candidates, verbose=None)[source]

Equalize channel picks for a collection of MNE-Python objects.

Parameters:

candidates : list

list Raw | Epochs | Evoked | AverageTFR

verbose : bool, str, int, or None

If not None, override default verbose level (see mne.verbose() and Logging documentation for more).

Notes

This function operates inplace.