|
lsst.display.ds9
15.0-1-g19261fa+30
|
Public Member Functions | |
| def | __init__ (self, size=0) |
| def | set (self, size, silent=True) |
| def | pushSize (self, size=-1) |
| def | popSize (self) |
| def | flush (self, silent=True) |
Control buffering the sending of commands to ds9;
annoying but necessary for anything resembling performance
The usual usage pattern (from a module importing this file, ds9.py) is:
with ds9.Buffering():
# bunches of ds9.{dot,line} commands
ds9.flush()
# bunches more ds9.{dot,line} commands
| def lsst.display.ds9.ds9.Buffer.__init__ | ( | self, | |
size = 0 |
|||
| ) |
| def lsst.display.ds9.ds9.Buffer.flush | ( | self, | |
silent = True |
|||
| ) |
| def lsst.display.ds9.ds9.Buffer.popSize | ( | self | ) |
| def lsst.display.ds9.ds9.Buffer.pushSize | ( | self, | |
size = -1 |
|||
| ) |
| def lsst.display.ds9.ds9.Buffer.set | ( | self, | |
| size, | |||
silent = True |
|||
| ) |
1.8.13