Definition at line 48 of file objectSizeStarSelector.py.
def lsst.meas.algorithms.objectSizeStarSelector.ObjectSizeStarSelectorConfig.validate |
( |
|
self | ) |
|
tuple lsst.meas.algorithms.objectSizeStarSelector.ObjectSizeStarSelectorConfig.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 55 of file objectSizeStarSelector.py.
tuple lsst.meas.algorithms.objectSizeStarSelector.ObjectSizeStarSelectorConfig.fluxMin |
|
static |
Initial value:
2 doc=
"specify the minimum psfFlux for good Psf Candidates",
5 check=
lambda x: x >= 0.0,
Definition at line 49 of file objectSizeStarSelector.py.
tuple lsst.meas.algorithms.objectSizeStarSelector.ObjectSizeStarSelectorConfig.nSigmaClip |
|
static |
Initial value:
2 doc=
"Keep objects within this many sigma of cluster 0's median",
5 check=
lambda x: x >= 0.0,
Definition at line 84 of file objectSizeStarSelector.py.
tuple lsst.meas.algorithms.objectSizeStarSelector.ObjectSizeStarSelectorConfig.sourceFluxField |
|
static |
Initial value:
2 doc=
"Name of field in Source to use for flux measurement",
4 default=
"base_GaussianFlux_flux",
Definition at line 73 of file objectSizeStarSelector.py.
tuple lsst.meas.algorithms.objectSizeStarSelector.ObjectSizeStarSelectorConfig.widthMax |
|
static |
Initial value:
2 doc=
"maximum width to include in histogram",
5 check=
lambda x: x >= 0.0,
Definition at line 67 of file objectSizeStarSelector.py.
tuple lsst.meas.algorithms.objectSizeStarSelector.ObjectSizeStarSelectorConfig.widthMin |
|
static |
Initial value:
2 doc=
"minimum width to include in histogram",
5 check=
lambda x: x >= 0.0,
Definition at line 61 of file objectSizeStarSelector.py.
tuple lsst.meas.algorithms.objectSizeStarSelector.ObjectSizeStarSelectorConfig.widthStdAllowed |
|
static |
Initial value:
2 doc=
"Standard deviation of width allowed to be interpreted as good stars",
5 check=
lambda x: x >= 0.0,
Definition at line 78 of file objectSizeStarSelector.py.
The documentation for this class was generated from the following file: