mne.
pick_channels
(ch_names, include, exclude=[])[source]¶Pick channels by names.
Returns the indices of the good channels in ch_names.
Parameters: | ch_names : list of string
include : list of string
exclude : list of string
|
---|---|
Returns: | sel : array of int
|
See also