lsst.meas.algorithms  13.0-16-g6e7f056
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
lsst.meas.algorithms.objectSizeStarSelector.EventHandler Class Reference
Inheritance diagram for lsst.meas.algorithms.objectSizeStarSelector.EventHandler:

Public Member Functions

def __init__
 
def __call__
 

Public Attributes

 axes
 
 xs
 
 ys
 
 x
 
 y
 
 frames
 
 cid
 

Detailed Description

A class to handle key strokes with matplotlib displays

Definition at line 98 of file objectSizeStarSelector.py.

Constructor & Destructor Documentation

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

Definition at line 101 of file objectSizeStarSelector.py.

Member Function Documentation

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

Definition at line 111 of file objectSizeStarSelector.py.

Member Data Documentation

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.axes

Definition at line 102 of file objectSizeStarSelector.py.

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.cid

Definition at line 109 of file objectSizeStarSelector.py.

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.frames

Definition at line 107 of file objectSizeStarSelector.py.

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.x

Definition at line 105 of file objectSizeStarSelector.py.

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.xs

Definition at line 103 of file objectSizeStarSelector.py.

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.y

Definition at line 106 of file objectSizeStarSelector.py.

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.ys

Definition at line 104 of file objectSizeStarSelector.py.


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