Convert the array of vertices for a hemisphere to MNI coordinates.
int
, or list
of int
Vertex number(s) to convert.
int
, or list
of int
Hemisphere(s) the vertices belong to.
str
The FreeSurfer subject name.
str
, or None
Path to SUBJECTS_DIR if it is not set in the environment.
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.
array
, shape (n_vertices, 3)The MNI coordinates (in mm) of the vertices.
mne.vertex_to_mni
#Extracting time course from source_estimate object