mne.read_trans¶
-
mne.read_trans(fname, return_all=False, verbose=None)[source]¶ Read a -trans.fif file.
- Parameters
- fname
str The name of the file.
- return_allbool
If True, return all transformations in the file. False (default) will only return the first.
New in version 0.15.
- 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.
- fname
- Returns
See also