Compass#

Plugin Availability

The plugin will be visible when at least one viewer is available.

Display orientation compass on images.

Description#

The Compass plugin overlays a compass rose on image viewers showing the orientation of North and East directions based on WCS information.

Key Features:

  • Show/hide compass overlay

  • Auto-update with WCS changes

  • Works with multiple viewers

UI Access#

v0.1
Click toolbar icons to toggle different sidebars
Data Menu

Control data and subset layer order and visibility for each viewer. Toggle layer visibility, reorder layers by dragging, and manage which data appears in the viewer.

dm = jd.viewers[viewer].data_menu

Click the Compass icon in the plugin toolbar to toggle compass display.

API Access#

plg = imviz.plugins['Compass']
plg.show = True  # Display compass
plg.show = False  # Hide compass

API References#

Only the following attributes and methods are available through the

public plugin API:

For detailed API documentation, see Compass.

See Also#

  • Compass - Imviz compass documentation