mne.head_to_mni¶
- mne.head_to_mni(pos, subject, mri_head_t, subjects_dir=None, verbose=None)[source]¶
Convert pos from head coordinate system to MNI ones.
- Parameters
- pos
array, shape (n_pos, 3) The coordinates (in m) in head coordinate system.
- subject
str The FreeSurfer subject name.
- mri_head_tinstance of
Transform MRI<->Head coordinate transformation.
- subjects_dir
str|None The path to the FreeSurfer subjects reconstructions. It corresponds to FreeSurfer environment variable
SUBJECTS_DIR.- verbosebool,
str,int, orNone If not None, override default verbose level (see
mne.verbose()and Logging documentation for more). If used, it should be passed as a keyword-argument only.
- pos
- Returns
- coordinates
array, shape (n_pos, 3) The MNI coordinates (in mm) of pos.
- coordinates
Notes
This function requires either nibabel.