lsst.display.ds9  14.0+57
Classes | Namespaces | Functions | Variables
ds9.py File Reference

Definitions to talk to ds9 from python. More...

Go to the source code of this file.

Classes

class  lsst.display.ds9.ds9.Ds9Error
 An error talking to ds9. More...
 
class  lsst.display.ds9.ds9.Buffer
 
class  lsst.display.ds9.ds9.Ds9Event
 
class  lsst.display.ds9.ds9.DisplayImpl
 

Namespaces

 lsst.display.ds9.ds9
 

Functions

def lsst.display.ds9.ds9.getXpaAccessPoint ()
 
def lsst.display.ds9.ds9.ds9Version ()
 
def lsst.display.ds9.ds9.selectFrame (frame)
 
def lsst.display.ds9.ds9.ds9Cmd (cmd=None, trap=True, flush=False, silent=True, frame=None, get=False)
 
def lsst.display.ds9.ds9.initDS9 (execDs9=True)
 

Variables

 lsst.display.ds9.ds9.file
 
bool lsst.display.ds9.ds9.needShow = True
 
int lsst.display.ds9.ds9.XPA_SZ_LINE = 4096 - 100
 
 lsst.display.ds9.ds9.cmdBuffer
 
 lsst.display.ds9.ds9.haveGzip = not os.system("gzip < /dev/null > /dev/null 2>&1")
 
bool lsst.display.ds9.ds9.definedCallbacks = True
 

Detailed Description

Definitions to talk to ds9 from python.

Definition in file ds9.py.