Compute MRI-to-MNI transform from FreeSurfer talairach.xfm file.
strThe FreeSurfer subject name.
NoneThe path to the directory containing the FreeSurfer subjects
reconstructions. If None, defaults to the SUBJECTS_DIR environment
variable.
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.
TransformThe affine transformation from MRI to MNI space for the subject.
mne.read_talxfm#