Definition at line 47 of file psfexStarSelector.py.
def lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.setDefaults |
( |
|
self | ) |
|
def lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.validate |
( |
|
self | ) |
|
lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.badFlags |
tuple lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.fluxErrName |
|
static |
lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.fluxErrName |
tuple lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.fluxName |
|
static |
Initial value:
3 doc=
"Name of photometric flux key ",
4 default=
"base_PsfFlux",
Definition at line 48 of file psfexStarSelector.py.
tuple lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.maxbad |
|
static |
Initial value:
3 doc=
"Max number of bad pixels ",
5 check=
lambda x: x >= 0,
Definition at line 73 of file psfexStarSelector.py.
tuple lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.maxbadflag |
|
static |
tuple lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.maxellip |
|
static |
Initial value:
3 doc=
"Maximum (A-B)/(A+B) ",
5 check=
lambda x: x >= 0.0,
Definition at line 84 of file psfexStarSelector.py.
tuple lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.maxFwhm |
|
static |
tuple lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.maxFwhmVariability |
|
static |
Initial value:
3 doc=
"Allowed FWHM variability (1.0 = 100%)",
Definition at line 68 of file psfexStarSelector.py.
tuple lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.minFwhm |
|
static |
tuple lsst.meas.extensions.psfex.psfexStarSelector.PsfexStarSelectorConfig.minsn |
|
static |
Initial value:
3 doc=
"Minimum S/N for candidates",
5 check=
lambda x: x >= 0.0,
Definition at line 90 of file psfexStarSelector.py.
The documentation for this class was generated from the following file: