LSSTApplications  11.0-24-g0a022a1,14.0+77,15.0,15.0+1
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.