mne.surface.complete_surface_info#
- mne.surface.complete_surface_info(surf, do_neighbor_vert=False, copy=True, do_neighbor_tri=True, *, verbose=None)[source]#
Complete surface information.
- Parameters:
- surf
dict
The surface.
- do_neighbor_vert
bool
If True (default False), add neighbor vertex information.
- copy
bool
If True (default), make a copy. If False, operate in-place.
- do_neighbor_tri
bool
If True (default), compute triangle neighbors.
- 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.
- surf
- Returns:
- surf
dict
The transformed surface.
- surf