Convert pos from head coordinate system to MRI ones.
This function converts to MRI RAS coordinates and not to surface RAS.
array
, shape (n_pos, 3)The coordinates (in m) in head coordinate system.
str
The FreeSurfer subject name.
Transform
MRI<->Head coordinate transformation.
None
The path to the directory containing the FreeSurfer subjects
reconstructions. If None
, defaults to the SUBJECTS_DIR
environment
variable.
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_pos, 3)The MRI RAS coordinates (in mm) of pos.
Notes
This function requires nibabel.