mne.source_space.get_decimated_surfaces#

mne.source_space.get_decimated_surfaces(src)[source]#

Get the decimated surfaces from a source space.

Parameters:
srcinstance of SourceSpaces | path-like

The source space with decimated surfaces.

Returns:
surfaceslist of dict

The decimated surfaces present in the source space. Each dict which contains ‘rr’ and ‘tris’ keys for vertices positions and triangle indices.

Notes

New in v1.0.