Orientation#

Plugin Availability

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

Control image display orientation and alignment.

Description#

The Orientation plugin controls how images are displayed, including rotation, flipping, and alignment to celestial coordinates.

Key Features:

  • Rotate images

  • Flip horizontally/vertically

  • Align North up, East left

  • Apply to single or all 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 Orientation icon in the plugin toolbar to:

  1. Select rotation angle

  2. Toggle flip options

  3. Click Align North Up for WCS alignment

  4. Apply to specific viewers or all

API Access#

plg = imviz.plugins['Orientation']
plg.rotation_angle = 45  # degrees
plg.align_by_wcs()  # North up, East left

API References#

Only the following attributes and methods are available through the

public plugin API:

For detailed API documentation, see Orientation.

See Also#