mne.read_lta#
- mne.read_lta(fname, verbose=None)[source]#
 Read a Freesurfer linear transform array file.
- Parameters:
 - fnamepath-like
 The transform filename.
- 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.
- Returns:
 - affine
ndarray The affine transformation described by the lta file.
- affine