mne.
vertex_to_mni
(vertices, hemis, subject, subjects_dir=None, mode=None, verbose=None)[source]¶Convert the array of vertices for a hemisphere to MNI coordinates.
Parameters: | vertices : int, or list of int
hemis : int, or list of int
subject : string
subjects_dir : string, or None
mode : string | None
verbose : bool, str, int, or None
|
---|---|
Returns: | coordinates : n_vertices x 3 array of float
|
Notes
This function requires either nibabel (in Python) or Freesurfer (with utility “mri_info”) to be correctly installed.
mne.vertex_to_mni
¶