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.meas.astrom.catalogStarSelector.CatalogStarSelectorConfig Class Reference
Inheritance diagram for lsst.meas.astrom.catalogStarSelector.CatalogStarSelectorConfig:

Static Public Attributes

tuple fluxLim
 
tuple fluxMax
 
tuple badStarPixelFlags
 
tuple kernelSize
 
tuple borderWidth
 

Detailed Description

Definition at line 29 of file catalogStarSelector.py.

Member Data Documentation

tuple lsst.meas.astrom.catalogStarSelector.CatalogStarSelectorConfig.badStarPixelFlags
static
Initial value:
1 = pexConfig.ListField(
2  doc = "PSF candidate objects may not have any of these bits set",
3  dtype = str,
4  default = ["base_PixelFlags_flag_edge", "base_PixelFlags_flag_interpolatedCenter", "base_PixelFlags_flag_saturatedCenter"],
5  )

Definition at line 43 of file catalogStarSelector.py.

tuple lsst.meas.astrom.catalogStarSelector.CatalogStarSelectorConfig.borderWidth
static
Initial value:
1 = pexConfig.Field(
2  doc = "number of pixels to ignore around the edge of PSF candidate postage stamps",
3  dtype = int,
4  default = 0,
5  )

Definition at line 53 of file catalogStarSelector.py.

tuple lsst.meas.astrom.catalogStarSelector.CatalogStarSelectorConfig.fluxLim
static
Initial value:
1 = pexConfig.Field(
2  doc = "specify the minimum psfFlux for good Psf Candidates",
3  dtype = float,
4  default = 0.0,
5  check = lambda x: x >= 0.0,
6  )

Definition at line 30 of file catalogStarSelector.py.

tuple lsst.meas.astrom.catalogStarSelector.CatalogStarSelectorConfig.fluxMax
static
Initial value:
1 = pexConfig.Field(
2  doc = "specify the maximum psfFlux for good Psf Candidates (ignored if == 0)",
3  dtype = float,
4  default = 0.0,
5 # minValue = 0.0,
6  check = lambda x: x >= 0.0,
7  )

Definition at line 36 of file catalogStarSelector.py.

tuple lsst.meas.astrom.catalogStarSelector.CatalogStarSelectorConfig.kernelSize
static
Initial value:
1 = pexConfig.Field(
2  doc = "size of the kernel to create",
3  dtype = int,
4  default = 21,
5  )

Definition at line 48 of file catalogStarSelector.py.


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