|
| | axes = axes |
| |
| | xs = xs |
| |
| | ys = ys |
| |
| | x = x |
| |
| | y = y |
| |
| | frames = frames |
| |
| | cid = self.axes.figure.canvas.mpl_connect('key_press_event', self) |
| |
A class to handle key strokes with matplotlib displays.
Definition at line 163 of file objectSizeStarSelector.py.
◆ __init__()
| lsst.meas.algorithms.objectSizeStarSelector.EventHandler.__init__ |
( |
| self, |
|
|
| axes, |
|
|
| xs, |
|
|
| ys, |
|
|
| x, |
|
|
| y, |
|
|
| frames = [0] ) |
◆ __call__()
| lsst.meas.algorithms.objectSizeStarSelector.EventHandler.__call__ |
( |
| self, |
|
|
| ev ) |
◆ axes
| lsst.meas.algorithms.objectSizeStarSelector.EventHandler.axes = axes |
◆ cid
| lsst.meas.algorithms.objectSizeStarSelector.EventHandler.cid = self.axes.figure.canvas.mpl_connect('key_press_event', self) |
◆ frames
| lsst.meas.algorithms.objectSizeStarSelector.EventHandler.frames = frames |
| lsst.meas.algorithms.objectSizeStarSelector.EventHandler.x = x |
◆ xs
| lsst.meas.algorithms.objectSizeStarSelector.EventHandler.xs = xs |
| lsst.meas.algorithms.objectSizeStarSelector.EventHandler.y = y |
◆ ys
| lsst.meas.algorithms.objectSizeStarSelector.EventHandler.ys = ys |
The documentation for this class was generated from the following file: