lsst.afw  22.0.0+e73869a214
Classes | Functions | Variables
lsst.afw.display.ds9 Namespace Reference

Classes

class  _RaiseException
 
class  DisplayImpl
 

Functions

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

Variables

 getDisplay = _getDisplay
 
 loaded = True
 

Function Documentation

◆ Buffering()

def lsst.afw.display.ds9.Buffering ( )

Definition at line 63 of file ds9.py.

◆ dot()

def lsst.afw.display.ds9.dot (   symb,
  c,
  r,
  frame = None,
  size = 2,
  ctype = None,
  origin = afwImage.PARENT,
args,
**  kwargs 
)
Examples
image2.cc, and maskedImage2.cc.

Definition at line 100 of file ds9.py.

◆ erase()

def lsst.afw.display.ds9.erase (   frame = None)
Examples
forEachPixel.cc.

Definition at line 96 of file ds9.py.

◆ getActiveCallbackKeys()

def lsst.afw.display.ds9.getActiveCallbackKeys (   onlyActive = True,
  frame = None 
)

Definition at line 133 of file ds9.py.

◆ getMaskPlaneColor()

def lsst.afw.display.ds9.getMaskPlaneColor (   name,
  frame = None 
)

Definition at line 76 of file ds9.py.

◆ getMaskTransparency()

def lsst.afw.display.ds9.getMaskTransparency (   name,
  frame = None 
)

Definition at line 84 of file ds9.py.

◆ interact()

def lsst.afw.display.ds9.interact (   frame = None)

Definition at line 125 of file ds9.py.

◆ line()

def lsst.afw.display.ds9.line (   points,
  frame = None,
  origin = afwImage.PARENT,
  symbs = False,
  ctype = None,
  size = 0.5 
)

Definition at line 104 of file ds9.py.

◆ mtv()

def lsst.afw.display.ds9.mtv (   data,
  frame = None,
  title = "",
  wcs = None,
args,
**  kwargs 
)

Definition at line 92 of file ds9.py.

◆ pan()

def lsst.afw.display.ds9.pan (   colc = None,
  rowc = None,
  frame = None,
  origin = afwImage.PARENT 
)

Definition at line 112 of file ds9.py.

◆ scale()

def lsst.afw.display.ds9.scale (   algorithm,
  min,
  max = None,
  frame = None 
)

Definition at line 108 of file ds9.py.

◆ setCallback()

def lsst.afw.display.ds9.setCallback (   k,
  func = lsst.afw.display.noop_callback,
  noRaise = False,
  frame = None 
)

Definition at line 129 of file ds9.py.

◆ setMaskPlaneColor()

def lsst.afw.display.ds9.setMaskPlaneColor (   name,
  color = None,
  frame = None 
)

Definition at line 72 of file ds9.py.

◆ setMaskTransparency()

def lsst.afw.display.ds9.setMaskTransparency (   name,
  frame = None 
)

Definition at line 80 of file ds9.py.

◆ show()

def lsst.afw.display.ds9.show (   frame = None)

Definition at line 88 of file ds9.py.

◆ zoom()

def lsst.afw.display.ds9.zoom (   zoomfac = None,
  colc = None,
  rowc = None,
  frame = None,
  origin = afwImage.PARENT 
)

Definition at line 118 of file ds9.py.

Variable Documentation

◆ getDisplay

lsst.afw.display.ds9.getDisplay = _getDisplay

Definition at line 33 of file ds9.py.

◆ loaded

bool lsst.afw.display.ds9.loaded = True

Definition at line 58 of file ds9.py.