lsst.meas.algorithms  14.0-11-gae0d9e9a
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__ (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 98 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 101 of file objectSizeStarSelector.py.

Member Function Documentation

◆ __call__()

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

Definition at line 111 of file objectSizeStarSelector.py.

Member Data Documentation

◆ axes

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.axes

Definition at line 102 of file objectSizeStarSelector.py.

◆ cid

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.cid

Definition at line 109 of file objectSizeStarSelector.py.

◆ frames

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.frames

Definition at line 107 of file objectSizeStarSelector.py.

◆ x

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.x

Definition at line 105 of file objectSizeStarSelector.py.

◆ xs

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.xs

Definition at line 103 of file objectSizeStarSelector.py.

◆ y

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.y

Definition at line 106 of file objectSizeStarSelector.py.

◆ ys

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: