mne.grade_to_tris#
- mne.grade_to_tris(grade, verbose=None)[source]#
Get tris defined for a certain grade.
- Parameters:
- grade
int
Grade of an icosahedral mesh.
- 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.
- grade
- Returns:
- tris
list
2-element list containing Nx3 arrays of tris, suitable for use in spatio_temporal_tris_adjacency.
- tris