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#
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:
Select rotation angle
Toggle flip options
Click Align North Up for WCS alignment
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
-
align_by(SelectPluginComponent)wcs_fast_approximationviewerorientationrotation_angleeast_left
For detailed API documentation, see Orientation.
See Also#
Orientation - Imviz orientation documentation