mne.read_vectorview_selection#
- mne.read_vectorview_selection(name, fname=None, info=None, verbose=None)[source]#
Read Neuromag Vector View channel selection from a file.
- Parameters:
- name
str
|list
ofstr
Name of the selection. If a list, the selections are combined. Supported selections are:
'Vertex'
,'Left-temporal'
,'Right-temporal'
,'Left-parietal'
,'Right-parietal'
,'Left-occipital'
,'Right-occipital'
,'Left-frontal'
and'Right-frontal'
. Selections can also be matched and combined by spcecifying common substrings. For example,name='temporal
will produce a combination of'Left-temporal'
and'Right-temporal'
.- fname
str
Filename of the selection file (if
None
, built-in selections are used).- info
mne.Info
|None
The
mne.Info
object with information about the sensors and methods of measurement. Used to determine which channel naming convention to use, e.g.'MEG 0111'
(with space) for old Neuromag systems and'MEG0111'
(without space) for new ones.- verbose
bool
|str
|int
|None
Control verbosity of the logging output. If
None
, use the default verbosity level. See the logging documentation andmne.verbose()
for details. Should only be passed as a keyword argument.
- name
- Returns:
Examples using mne.read_vectorview_selection
#
Non-parametric 1 sample cluster statistic on single trial power
Computing source timecourses with an XFit-like multi-dipole model