mne.read_tri¶
- mne.read_tri(fname_in, swap=False, verbose=None)[source]¶
Read triangle definitions from an ascii file.
- Parameters
- fname_in
str
Path to surface ASCII file (ending with ‘.tri’).
- swapbool
Assume the ASCII file vertex ordering is clockwise instead of counterclockwise.
- 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_in
- Returns
See also
Notes
New in version 0.13.0.