Footprints#
Plugin Availability
The plugin will be visible when at least one viewer is available.
Overlay instrument footprints on sky images.
Description#
The Footprints plugin displays instrument field-of-view footprints on images, showing detector layouts and orientations for planning or analysis.
Key Features:
Display JWST/HST instrument footprints
Position and rotate footprints
Multiple footprint overlays
Export footprint regions
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 Footprints icon in the plugin toolbar to:
Select instrument
Position footprint on image
Adjust orientation
Toggle visibility
API Access#
plg = imviz.plugins['Footprints']
# Add and configure footprints programmatically
API References#
- Only the following attributes and methods are available through the
-
loadersDictionary of loaders to load subsets into the plugin.overlay(EditableSelectPluginComponent): thecurrently active overlay (all other traitlets control this overlay instance)
rename_overlay()rename any overlay
add_overlay()add a new overlay instance (and select as active)
remove_overlay()remove any overlay
viewer(ViewerSelect):viewer(s) to show the current overlay
visiblewhether the currently selected overlay should be visible in the selected viewers
colorcolor of the currently selected overlay
fill_opacityopacity of the filled region of the currently selected overlay
preset_obs(SelectPluginComponent):selected observatories to filter
presetchoices.
preset(SelectPluginComponent):selected overlay preset
racentral right ascension for the footprint overlay
deccentral declination (in degrees) for the footprint overlay
paposition angle (in degrees) measured from North to central vertical axis in North to East direction.
v2_offsetAdditional V2 offset in telescope coordinates to apply to instrument center, as from a dither pattern.
v3_offsetAdditional V3 offset in telescope coordinates to apply to instrument center, as from a dither pattern.
For detailed API documentation, see Footprints.
See Also#
Footprints - Footprints documentation