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.
- 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.
- grade
- Returns
- tris
list 2-element list containing Nx3 arrays of tris, suitable for use in spatio_temporal_tris_adjacency.
- tris