lsst.meas.algorithms  21.0.0-33-g0da61bd6+41eb5056da
Public Member Functions | Public Attributes | List of all members
lsst.meas.algorithms.objectSizeStarSelector.EventHandler Class Reference

Public Member Functions

def __init__ (self, axes, xs, ys, x, y, frames=[0])
 
def __call__ (self, ev)
 

Public Attributes

 axes
 
 xs
 
 ys
 
 x
 
 y
 
 frames
 
 cid
 

Detailed Description

A class to handle key strokes with matplotlib displays.

Definition at line 124 of file objectSizeStarSelector.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.meas.algorithms.objectSizeStarSelector.EventHandler.__init__ (   self,
  axes,
  xs,
  ys,
  x,
  y,
  frames = [0] 
)

Definition at line 128 of file objectSizeStarSelector.py.

Member Function Documentation

◆ __call__()

def lsst.meas.algorithms.objectSizeStarSelector.EventHandler.__call__ (   self,
  ev 
)

Definition at line 138 of file objectSizeStarSelector.py.

Member Data Documentation

◆ axes

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.axes

Definition at line 129 of file objectSizeStarSelector.py.

◆ cid

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.cid

Definition at line 136 of file objectSizeStarSelector.py.

◆ frames

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.frames

Definition at line 134 of file objectSizeStarSelector.py.

◆ x

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.x

Definition at line 132 of file objectSizeStarSelector.py.

◆ xs

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.xs

Definition at line 130 of file objectSizeStarSelector.py.

◆ y

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.y

Definition at line 133 of file objectSizeStarSelector.py.

◆ ys

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.ys

Definition at line 131 of file objectSizeStarSelector.py.


The documentation for this class was generated from the following file: