Definition at line 33 of file diaCatalogSourceSelector.py.
◆ setDefaults()
def lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.setDefaults |
( |
|
self | ) |
|
◆ badFlags
lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.badFlags |
◆ fluxLim
lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.fluxLim |
|
static |
Initial value:= pexConfig.Field(
doc="specify the minimum psfFlux for good Kernel Candidates",
dtype=float,
default=0.0,
check=lambda x: x >= 0.0,
)
Definition at line 35 of file diaCatalogSourceSelector.py.
◆ fluxMax
lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.fluxMax |
|
static |
Initial value:= pexConfig.Field(
doc="specify the maximum psfFlux for good Kernel Candidates (ignored if == 0)",
dtype=float,
default=0.0,
check=lambda x: x >= 0.0,
)
Definition at line 41 of file diaCatalogSourceSelector.py.
◆ grMax
lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.grMax |
|
static |
Initial value:= pexConfig.Field(
doc="Maximum g-r color for selection (inclusive)",
dtype=float,
default=3.0
)
Definition at line 68 of file diaCatalogSourceSelector.py.
◆ grMin
lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.grMin |
|
static |
Initial value:= pexConfig.Field(
doc="Minimum g-r color for selection (inclusive)",
dtype=float,
default=0.0
)
Definition at line 63 of file diaCatalogSourceSelector.py.
◆ includeVariable
lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.includeVariable |
|
static |
Initial value:= pexConfig.Field(
doc="Include objects that are known to be variable",
dtype=bool,
default=False
)
Definition at line 58 of file diaCatalogSourceSelector.py.
◆ selectGalaxy
lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.selectGalaxy |
|
static |
Initial value:= pexConfig.Field(
doc="Select objects that are flagged as galaxies",
dtype=bool,
default=False
)
Definition at line 53 of file diaCatalogSourceSelector.py.
◆ selectStar
lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.selectStar |
|
static |
Initial value:= pexConfig.Field(
doc="Select objects that are flagged as stars",
dtype=bool,
default=True
)
Definition at line 48 of file diaCatalogSourceSelector.py.
The documentation for this class was generated from the following file: