Definition at line 37 of file diaCatalogSourceSelector.py.
def lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.setDefaults |
( |
|
self | ) |
|
lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.badFlags |
tuple lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.fluxLim |
|
static |
Initial value:
2 doc=
"specify the minimum psfFlux for good Kernel Candidates",
5 check=
lambda x: x >= 0.0,
Definition at line 39 of file diaCatalogSourceSelector.py.
tuple lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.fluxMax |
|
static |
Initial value:
2 doc=
"specify the maximum psfFlux for good Kernel Candidates (ignored if == 0)",
5 check=
lambda x: x >= 0.0,
Definition at line 45 of file diaCatalogSourceSelector.py.
tuple lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.grMax |
|
static |
tuple lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.grMin |
|
static |
tuple lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.includeVariable |
|
static |
tuple lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.selectGalaxy |
|
static |
tuple lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.selectStar |
|
static |
The documentation for this class was generated from the following file: