Tooltip Module

Allows the user to input coordinates using the transformations as string syntax, visualized in the viewer by an axis triad. Tooltip location can inherit from any stereotaxic frame Armatures by checking its associated tooltip checkbox in the Stereotaxic Frame module dock.

Tooltip coordinates can be referenced by any modules, facilitating anatomical landmark registration, or assessment of distances / locations in any coordinate frames.

Formation of section views of items displayed in the viewport can be performed along planes normal to the tooltip \(x\), \(y\) and \(z\) axes.

class coperniFUS.modules.tooltip.Tooltip(parent_viewer, **kwargs)[source]

Bases: Module

release_from_modules(sender_module=None)[source]

All modules allowing Tooltip capture have to implement the release_tooltip method

property tooltip_coordinates

Returns the current Tooltip 3D coordinates (x, y, z)

property tooltip_tmat

Holds the current Tooltip affine transformation matrix

add_rendered_object()[source]

Called when populating the viewer with the module rendered objects

update_rendered_object()[source]

Called on render view updates

delete_rendered_object()[source]

Called on deletion of the module rendered objects