lsst.meas.algorithms
14.0-18-gf7dca964+2
|
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']) | |
lsst.meas.algorithms.secondMomentStarSelector.Clump = collections.namedtuple('Clump', ['peak', 'x', 'y', 'ixx', 'ixy', 'iyy', 'a', 'b', 'c']) |
Definition at line 105 of file secondMomentStarSelector.py.