Definition at line 46 of file secondMomentStarSelector.py.
def lsst.meas.algorithms.secondMomentStarSelector.SecondMomentStarSelectorConfig.setDefaults |
( |
|
self | ) |
|
lsst.meas.algorithms.secondMomentStarSelector.SecondMomentStarSelectorConfig.badFlags |
tuple lsst.meas.algorithms.secondMomentStarSelector.SecondMomentStarSelectorConfig.clumpNSigma |
|
static |
Initial value:
2 doc=
"candidate PSF's shapes must lie within this many sigma of the average shape",
5 check=
lambda x: x >= 0.0,
Definition at line 59 of file secondMomentStarSelector.py.
tuple lsst.meas.algorithms.secondMomentStarSelector.SecondMomentStarSelectorConfig.fluxLim |
|
static |
Initial value:
2 doc=
"specify the minimum psfFlux for good Psf Candidates",
5 check=
lambda x: x >= 0.0,
Definition at line 47 of file secondMomentStarSelector.py.
tuple lsst.meas.algorithms.secondMomentStarSelector.SecondMomentStarSelectorConfig.fluxMax |
|
static |
Initial value:
2 doc=
"specify the maximum psfFlux for good Psf Candidates (ignored if == 0)",
5 check=
lambda x: x >= 0.0,
Definition at line 53 of file secondMomentStarSelector.py.
tuple lsst.meas.algorithms.secondMomentStarSelector.SecondMomentStarSelectorConfig.histMomentClip |
|
static |
tuple lsst.meas.algorithms.secondMomentStarSelector.SecondMomentStarSelectorConfig.histMomentMax |
|
static |
tuple lsst.meas.algorithms.secondMomentStarSelector.SecondMomentStarSelectorConfig.histMomentMaxMultiplier |
|
static |
tuple lsst.meas.algorithms.secondMomentStarSelector.SecondMomentStarSelectorConfig.histMomentMinMultiplier |
|
static |
tuple lsst.meas.algorithms.secondMomentStarSelector.SecondMomentStarSelectorConfig.histSize |
|
static |
The documentation for this class was generated from the following file: