mne.read_talxfm#
- mne.read_talxfm(subject, subjects_dir=None, verbose=None)[source]#
 Compute MRI-to-MNI transform from FreeSurfer talairach.xfm file.
- Parameters:
 - subject
str The FreeSurfer subject name.
- subjects_dirpath-like | 
None The path to the directory containing the FreeSurfer subjects reconstructions. If
None, defaults to theSUBJECTS_DIRenvironment variable.- verbosebool | 
str|int|None Control verbosity of the logging output. If
None, use the default verbosity level. See the logging documentation andmne.verbose()for details. Should only be passed as a keyword argument.
- subject
 - Returns:
 - mri_mni_tinstance of 
Transform The affine transformation from MRI to MNI space for the subject.
- mri_mni_tinstance of