Pick channels from forward operator.
dict
A forward solution.
list
of str
List 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
| None
Control 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.
dict
Forward solution restricted to selected channels. If include and exclude are empty it returns orig without copy.