mne.viz.ui_events.VertexSelect#

class mne.viz.ui_events.VertexSelect(hemi, vertex_id, source_id=None)[source]#

Indicates that the user has selected a vertex.

Parameters:
hemistr

The hemisphere the vertex was selected on. Can be "lh", "rh", or "vol".

vertex_idint

The vertex number (in the high resolution mesh) that was selected.

source_idint | None

The index number of the closest source point to the vertex. Only set if the publishing figure contains a source estimate.

Attributes:
namestr

The name of the event, which is the class name in snake case.

sourcematplotlib.figure.Figure | Figure3D

The figure that published the event.

hemistr

The hemisphere the vertex was selected on. Can be "lh", "rh", or "vol".

vertex_idint

The vertex number (in the high resolution mesh) that was selected.

source_idint | None

The index number of the closest source point to the vertex. Only set if the publishing figure contains a source estimate.

property name#

The name of the event, which is the class name in snake case.