Read triangle definitions from an ascii file.
str
Path to surface ASCII file (ending with ‘.tri’).
Assume the ASCII file vertex ordering is clockwise instead of counterclockwise.
str
| int
| None
Control verbosity of the logging output. If None
, use the default
verbosity level. See the logging documentation and
mne.verbose()
for details. Should only be passed as a keyword
argument.
See also
Notes
New in version 0.13.0.