LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Static Public Attributes | List of all members
lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig Class Reference
Inheritance diagram for lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig:

Static Public Attributes

tuple fluxLim
 
tuple fluxMax
 
tuple badPixelFlags
 
tuple selectStar
 
tuple selectGalaxy
 
tuple includeVariable
 
tuple grMin
 
tuple grMax
 

Detailed Description

Definition at line 28 of file diaCatalogSourceSelector.py.

Member Data Documentation

tuple lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.badPixelFlags
static
Initial value:
1 = pexConfig.ListField(
2  doc = "Kernel candidate objects may not have any of these bits set",
3  dtype = str,
4  default = ["base_PixelFlags_edge", "base_PixelFlags_interpolatedCenter",
5  "base_PixelFlags_saturatedCenter", "slot_Centroid_flag"],
6  )

Definition at line 42 of file diaCatalogSourceSelector.py.

tuple lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.fluxLim
static
Initial value:
1 = pexConfig.Field(
2  doc = "specify the minimum psfFlux for good Kernel Candidates",
3  dtype = float,
4  default = 0.0,
5  check = lambda x: x >= 0.0,
6  )

Definition at line 30 of file diaCatalogSourceSelector.py.

tuple lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.fluxMax
static
Initial value:
1 = pexConfig.Field(
2  doc = "specify the maximum psfFlux for good Kernel Candidates (ignored if == 0)",
3  dtype = float,
4  default = 0.0,
5  check = lambda x: x >= 0.0,
6  )

Definition at line 36 of file diaCatalogSourceSelector.py.

tuple lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.grMax
static
Initial value:
1 = pexConfig.Field(
2  doc = "Maximum g-r color for selection (inclusive)",
3  dtype = float,
4  default = 3.0
5  )

Definition at line 69 of file diaCatalogSourceSelector.py.

tuple lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.grMin
static
Initial value:
1 = pexConfig.Field(
2  doc = "Minimum g-r color for selection (inclusive)",
3  dtype = float,
4  default = 0.0
5  )

Definition at line 64 of file diaCatalogSourceSelector.py.

tuple lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.includeVariable
static
Initial value:
1 = pexConfig.Field(
2  doc = "Include objects that are known to be variable",
3  dtype = bool,
4  default = False
5  )

Definition at line 59 of file diaCatalogSourceSelector.py.

tuple lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.selectGalaxy
static
Initial value:
1 = pexConfig.Field(
2  doc = "Select objects that are flagged as galaxies",
3  dtype = bool,
4  default = False
5  )

Definition at line 54 of file diaCatalogSourceSelector.py.

tuple lsst.ip.diffim.diaCatalogSourceSelector.DiaCatalogSourceSelectorConfig.selectStar
static
Initial value:
1 = pexConfig.Field(
2  doc = "Select objects that are flagged as stars",
3  dtype = bool,
4  default = True
5  )

Definition at line 49 of file diaCatalogSourceSelector.py.


The documentation for this class was generated from the following file: