lsst.display.ds9 gd01420fc67+50fa31bef0
|
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) |
Protected Member Functions | |
def | _getSize (self) |
Protected Attributes | |
_commands | |
_lenCommands | |
_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 |
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 |
|||
) |