LSSTApplications  11.0-24-g0a022a1,14.0+76,14.0-1-g4b114ac+19,14.0-1-g6829aa7+15,14.0-1-g7257b6a+17,14.0-1-g8b7e855+69,14.0-1-gfce6a49+15,14.0-10-g2094653+13,14.0-10-gaad1ee2+1,14.0-11-g7664582+5,14.0-17-g2e0c876,14.0-18-g77a82f3,14.0-2-g14e9bfd,14.0-2-g519ff97+17,14.0-2-ga5af9b6+15,14.0-20-gc5946167,14.0-21-gb9e430a+11,14.0-28-gd4c92d7+3,14.0-4-g3609236+11,14.0-4-gae1598d+1,14.0-54-gb4e84373+2,14.0-58-g91bfccb15,14.0-6-ge2c9487+58,14.0-6-gf4f1c34,14.0-7-g0d69b06+17,14.0-8-g56b2ea8+3,14.0-9-g6668b0b
LSSTDataManagementBasePackage
Classes | Namespaces | Functions | Variables
ds9.py File Reference

Support for talking to ds9 from python. More...

Go to the source code of this file.

Classes

class  lsst.afw.display.ds9._RaiseException
 
class  lsst.afw.display.ds9.DisplayImpl
 

Namespaces

 lsst.afw.display.ds9
 

Functions

def lsst.afw.display.ds9.Buffering ()
 
def lsst.afw.display.ds9.setMaskPlaneColor (name, color=None, frame=None)
 
def lsst.afw.display.ds9.getMaskPlaneColor (name, frame=None)
 
def lsst.afw.display.ds9.setMaskTransparency (name, frame=None)
 
def lsst.afw.display.ds9.getMaskTransparency (name, frame=None)
 
def lsst.afw.display.ds9.show (frame=None)
 
def lsst.afw.display.ds9.mtv (data, frame=None, title="", wcs=None, args, kwargs)
 
def lsst.afw.display.ds9.erase (frame=None)
 
def lsst.afw.display.ds9.dot (symb, c, r, frame=None, size=2, ctype=None, origin=afwImage.PARENT, args, kwargs)
 
def lsst.afw.display.ds9.line (points, frame=None, origin=afwImage.PARENT, symbs=False, ctype=None, size=0.5)
 
def lsst.afw.display.ds9.scale (algorithm, min, max=None, frame=None)
 
def lsst.afw.display.ds9.pan (colc=None, rowc=None, frame=None, origin=afwImage.PARENT)
 
def lsst.afw.display.ds9.zoom (zoomfac=None, colc=None, rowc=None, frame=None, origin=afwImage.PARENT)
 
def lsst.afw.display.ds9.interact (frame=None)
 
def lsst.afw.display.ds9.setCallback (k, func=lsst.afw.display.noop_callback, noRaise=False, frame=None)
 
def lsst.afw.display.ds9.getActiveCallbackKeys (onlyActive=True, frame=None)
 

Variables

 lsst.afw.display.ds9.getDisplay = _getDisplay
 
 lsst.afw.display.ds9.loaded = True
 

Detailed Description

Support for talking to ds9 from python.

Deprecated:
New code should use lsst.afw.display and set the backend to ds9

Definition in file ds9.py.