|
lsst.display.ds9 gd7ef33dd92+2aded22a44
|
Public Member Functions | |
| __init__ (self, size=0) | |
| set (self, size, silent=True) | |
| pushSize (self, size=-1) | |
| popSize (self) | |
| flush (self, silent=True) | |
Protected Member Functions | |
| _getSize (self) | |
Protected Attributes | |
| str | _commands = "" |
| _lenCommands = len(self._commands) | |
| list | _bufsize = [] |
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
|
protected |
| lsst.display.ds9.ds9.Buffer.flush | ( | self, | |
| silent = True ) |
| lsst.display.ds9.ds9.Buffer.popSize | ( | self | ) |
| lsst.display.ds9.ds9.Buffer.pushSize | ( | self, | |
| size = -1 ) |
| lsst.display.ds9.ds9.Buffer.set | ( | self, | |
| size, | |||
| silent = True ) |
|
protected |