lsst.meas.algorithms  21.0.0-10-gbfb87ad6+afd195133e
Classes | Functions
lsst.meas.algorithms.objectSizeStarSelector Namespace Reference

Classes

class  ObjectSizeStarSelectorConfig
 
class  EventHandler
 
class  ObjectSizeStarSelectorTask
 A star selector that looks for a cluster of small objects in a size-magnitude plot. More...
 

Functions

def plot (mag, width, centers, clusterId, marker="o", markersize=2, markeredgewidth=0, ltype='-', magType="model", clear=True)
 

Function Documentation

◆ plot()

def lsst.meas.algorithms.objectSizeStarSelector.plot (   mag,
  width,
  centers,
  clusterId,
  marker = "o",
  markersize = 2,
  markeredgewidth = 0,
  ltype = '-',
  magType = "model",
  clear = True 
)

Definition at line 264 of file objectSizeStarSelector.py.