Definition at line 46 of file secondMomentStarSelector.py.
◆ setDefaults()
def lsst.meas.algorithms.secondMomentStarSelector.SecondMomentStarSelectorConfig.setDefaults |
( |
|
self | ) |
|
◆ badFlags
lsst.meas.algorithms.secondMomentStarSelector.SecondMomentStarSelectorConfig.badFlags |
◆ clumpNSigma
lsst.meas.algorithms.secondMomentStarSelector.SecondMomentStarSelectorConfig.clumpNSigma |
|
static |
Initial value:= pexConfig.Field(
doc="candidate PSF's shapes must lie within this many sigma of the average shape",
dtype=float,
default=2.0,
check=lambda x: x >= 0.0,
)
Definition at line 59 of file secondMomentStarSelector.py.
◆ fluxLim
lsst.meas.algorithms.secondMomentStarSelector.SecondMomentStarSelectorConfig.fluxLim |
|
static |
Initial value:= pexConfig.Field(
doc="specify the minimum psfFlux for good Psf Candidates",
dtype=float,
default=12500.0,
check=lambda x: x >= 0.0,
)
Definition at line 47 of file secondMomentStarSelector.py.
◆ fluxMax
lsst.meas.algorithms.secondMomentStarSelector.SecondMomentStarSelectorConfig.fluxMax |
|
static |
Initial value:= pexConfig.Field(
doc="specify the maximum psfFlux for good Psf Candidates (ignored if == 0)",
dtype=float,
default=0.0,
check=lambda x: x >= 0.0,
)
Definition at line 53 of file secondMomentStarSelector.py.
◆ histMomentClip
lsst.meas.algorithms.secondMomentStarSelector.SecondMomentStarSelectorConfig.histMomentClip |
|
static |
Initial value:= pexConfig.Field(
doc="Clipping threshold for moments histogram range",
dtype=float,
default=5.0,
check=lambda x: x > 0,
)
Definition at line 83 of file secondMomentStarSelector.py.
◆ histMomentMax
lsst.meas.algorithms.secondMomentStarSelector.SecondMomentStarSelectorConfig.histMomentMax |
|
static |
Initial value:= pexConfig.Field(
doc="Maximum moment to consider",
dtype=float,
default=100.0,
check=lambda x: x > 0,
)
Definition at line 71 of file secondMomentStarSelector.py.
◆ histMomentMaxMultiplier
lsst.meas.algorithms.secondMomentStarSelector.SecondMomentStarSelectorConfig.histMomentMaxMultiplier |
|
static |
Initial value:= pexConfig.Field(
doc="Multiplier of mean for maximum moments histogram range",
dtype=float,
default=5.0,
check=lambda x: x > 0,
)
Definition at line 77 of file secondMomentStarSelector.py.
◆ histMomentMinMultiplier
lsst.meas.algorithms.secondMomentStarSelector.SecondMomentStarSelectorConfig.histMomentMinMultiplier |
|
static |
Initial value:= pexConfig.Field(
doc="Multiplier of mean for minimum moments histogram range",
dtype=float,
default=2.0,
check=lambda x: x > 0,
)
Definition at line 89 of file secondMomentStarSelector.py.
◆ histSize
lsst.meas.algorithms.secondMomentStarSelector.SecondMomentStarSelectorConfig.histSize |
|
static |
Initial value:= pexConfig.Field(
doc="Number of bins in moment histogram",
dtype=int,
default=64,
check=lambda x: x > 0,
)
Definition at line 65 of file secondMomentStarSelector.py.
The documentation for this class was generated from the following file: