lsst.meas.algorithms  14.0-10-g59393990+2
Classes | Variables
lsst.meas.algorithms.secondMomentStarSelector Namespace Reference

Classes

class  _PsfShapeHistogram
 
class  CheckSource
 
class  SecondMomentStarSelectorConfig
 
class  SecondMomentStarSelectorTask
 A star selector based on second moments. More...
 

Variables

 Clump = collections.namedtuple('Clump', ['peak', 'x', 'y', 'ixx', 'ixy', 'iyy', 'a', 'b', 'c'])
 

Variable Documentation

◆ Clump

lsst.meas.algorithms.secondMomentStarSelector.Clump = collections.namedtuple('Clump', ['peak', 'x', 'y', 'ixx', 'ixy', 'iyy', 'a', 'b', 'c'])

Definition at line 106 of file secondMomentStarSelector.py.