Pick channels by names.
Returns the indices of ch_names in include but not in exclude.
list of strList of channels.
list of strList 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 strList 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#