mne.equalize_channels

mne.equalize_channels(candidates, verbose=None)

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).

Notes

This function operates inplace.