lsst.meas.algorithms  15.0-10-g113cadf7+3
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 89 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 92 of file objectSizeStarSelector.py.

Member Function Documentation

◆ __call__()

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

Definition at line 102 of file objectSizeStarSelector.py.

Member Data Documentation

◆ axes

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.axes

Definition at line 93 of file objectSizeStarSelector.py.

◆ cid

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.cid

Definition at line 100 of file objectSizeStarSelector.py.

◆ frames

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.frames

Definition at line 98 of file objectSizeStarSelector.py.

◆ x

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.x

Definition at line 96 of file objectSizeStarSelector.py.

◆ xs

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.xs

Definition at line 94 of file objectSizeStarSelector.py.

◆ y

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.y

Definition at line 97 of file objectSizeStarSelector.py.

◆ ys

lsst.meas.algorithms.objectSizeStarSelector.EventHandler.ys

Definition at line 95 of file objectSizeStarSelector.py.


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