|
lsst.display.ds9
18.0.0+71
|
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) |
Buffer to control sending commands to DS9.
Notes
-----
The usual usage pattern is:
>>> with ds9.Buffering():
... # bunches of ds9.{dot,line} commands
... ds9.flush()
... # bunches more ds9.{dot,line} commands
| 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