lsst.afw.display¶
Contributing¶
lsst.afw.display
is developed at https://github.com/lsst/afw.
You can find Jira issues for this module under the afw component.
Python API reference¶
lsst.afw.display Package¶
Application Framework code to display images.
Functions¶
|
Return a naive total intensity from the red, blue, and green intensities |
Delete and close all known displays |
|
|
Display an rgb image using matplotlib |
Get the default frame for display |
|
|
Return a specific |
|
Overloaded function. |
|
|
Increment the default frame for display |
|
|
Make a set of three images into an RGB image using an asinh stretch and optionally write it to disk |
|
Callback function |
|
|
|
|
|
|
|
Set the default mapping from mask plane names to colors |
|
|
|
Overloaded function. |
|
Write an RGB image to disk |
Classes¶
|
A mapping for an asinh stretch (preserving colours independent of brightness) |
|
A mapping for an asinh stretch, estimating the linear stretch by zscale |
|
Create an object able to display images and overplot glyphs |
|
A class to handle events such as key presses in image display windows |
|
A linear map of red, blue, green intensities into uint8 values |
|
Base class to map red, blue, green intensities into uint8 values |
|
A class to handle mosaics of one or more identically-sized images (or |
|
A mapping for a linear stretch chosen by the zscale algorithm (preserving colours independent of brightness) |