mne.
read_tri
Read triangle definitions from an ascii file.
Path to surface ASCII file (ending with ‘.tri’).
Assume the ASCII file vertex ordering is clockwise instead of counterclockwise.
If not None, override default verbose level (see mne.verbose() and Logging documentation for more).
mne.verbose()
Coordinate points.
Triangulation (each line contains indices for three points which together form a face).
See also
read_surface, write_surface
read_surface
write_surface
Notes
New in version 0.13.0.