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 |
def | lsst.display.ds9.ds9.ds9Cmd |
def | lsst.display.ds9.ds9.initDS9 |
Variables | |
lsst.display.ds9.ds9.needShow = True | |
lsst.display.ds9.ds9._maskTransparency = None | |
int | lsst.display.ds9.ds9.XPA_SZ_LINE = 4096 |
tuple | lsst.display.ds9.ds9.haveGzip = notos.system("gzip < /dev/null > /dev/null 2>&1") |
lsst.display.ds9.ds9.definedCallbacks = True | |
Definitions to talk to ds9 from python.
Definition in file ds9.py.