Restrict an info structure to a selection of channels.
mne.Info
The mne.Info
object with information about the sensors and methods of measurement.
list
of int
| None
Indices of channels to include. If None, all channels are included.
If copy is False, info is modified inplace.
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
Info structure restricted to a selection of channels.
mne.pick_info
#Plotting topographic arrowmaps of evoked data