lsst.display.astrowidgets

This module provides an AFW display interface for notebooks using astrowidgets and ginga.

Using lsst.display.astrowidgets

lsst.display.astrowidgets can be used by calling lsst.afw.display.setDefaultBackend("astrowidgets"). The included example notebook illustrates the python API, as well as the interactive features (which have fragile dependencies, and may often break).

Contributing

lsst.display.astrowidgets is developed at https://github.com/lsst/display_astrowidgets. You can find Jira issues for this module under the display_astrowidgets component.

Python API reference

lsst.display.astrowidgets Package

Functions

AstroWidgetsVersion()

Get the version of DS9 in use.

Classes

DisplayImpl(display[, dims, use_opencv, verbose])

Virtual device display implementation.