mne.pick_channels¶
- 
mne.pick_channels(ch_names, include, exclude=[], ordered=False)[source]¶
- Pick channels by names. - Returns the indices of - ch_namesin- includebut not in- exclude.- Parameters
- ch_nameslistofstr
- List of channels. 
- includelistofstr
- 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.
- excludelistofstr
- List of channels to exclude (if empty do not exclude any channel). Defaults to []. 
- orderedbool
- If true (default False), treat - includeas an ordered list rather than a set, and any channels from- includeare missing in- ch_namesan error will be raised.- New in version 0.18. 
 
- ch_names
- Returns
 - See also 
 
 
 
 
 
 
 
