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