Pick channels by names.
Returns the indices of ch_names
in include
but not in exclude
.
list
of str
List of channels.
list
of str
List of channels to include (if empty include all available).
Note
This is to be treated as a set. The order of this list
is not used or maintained in sel
.
list
of str
List of channels to exclude (if empty do not exclude any channel). Defaults to [].
If true (default False), treat include
as an ordered list
rather than a set, and any channels from include
are missing
in ch_names
an error will be raised.
New in version 0.18.
See also
mne.pick_channels
#EEG analysis - Event-Related Potentials (ERPs)
Shifting time-scale in evoked data
Permutation T-test on sensor data