Pick channels from forward operator.
dictA forward solution.
list of strList of channels to include (if empty, include all available). Defaults to [].
list of str | ‘bads’Channels to exclude (if empty, do not exclude any). Defaults to []. If ‘bads’, then exclude bad channels in orig.
If true (default False), treat include as an ordered list
rather than a set.
New in version 0.18.
If True (default), make a copy.
New in version 0.19.
str | int | NoneControl verbosity of the logging output. If None, use the default
verbosity level. See the logging documentation and
mne.verbose() for details. Should only be passed as a keyword
argument.
dictForward solution restricted to selected channels. If include and exclude are empty it returns orig without copy.