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¶
| delAllDisplays() | Delete and close all known displays | 
| getDefaultBackend() | |
| getDefaultFrame() | Get the default frame for display | 
| getDisplay([frame, backend, create, verbose]) | Return a specific Display, creating it if need be | 
| h_callback(k, x, y) | |
| incrDefaultFrame() | Increment the default frame for display | 
| noop_callback(k, x, y) | Callback function | 
| setDefaultBackend(backend) | |
| setDefaultFrame([frame]) | |
| setDefaultMaskPlaneColor([name, color]) | Set the default mapping from mask plane names to colors | 
| setDefaultMaskTransparency([…]) | 
Classes¶
| Display([frame, backend]) | Create an object able to display images and overplot glyphs | 
| Event(k[, x, y]) | A class to handle events such as key presses in image display windows | 
| Mosaic([gutter, background, mode]) | A class to handle mosaics of one or more identically-sized images (or MaskorMaskedImage) |