Definition at line 32 of file diaCatalogSourceSelector.py.
◆ setDefaults()
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 34 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 40 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 67 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 62 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 57 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 52 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 47 of file diaCatalogSourceSelector.py.
The documentation for this class was generated from the following file: