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