lsst.meas.algorithms  13.0-23-gb99accf8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Attributes | List of all members
lsst.meas.algorithms.starSelector.BaseStarSelectorConfig Class Reference
Inheritance diagram for lsst.meas.algorithms.starSelector.BaseStarSelectorConfig:

Static Public Attributes

tuple kernelSize
 
tuple borderWidth
 
tuple badFlags
 

Detailed Description

Definition at line 39 of file starSelector.py.

Member Data Documentation

tuple lsst.meas.algorithms.starSelector.BaseStarSelectorConfig.badFlags
static
Initial value:
1 = pexConfig.ListField(
2  doc="List of flags which cause a source to be rejected as bad",
3  dtype=str,
4  default=[
5  "base_PixelFlags_flag_edge",
6  "base_PixelFlags_flag_interpolatedCenter",
7  "base_PixelFlags_flag_saturatedCenter",
8  "base_PixelFlags_flag_crCenter",
9  "base_PixelFlags_flag_bad",
10  "base_PixelFlags_flag_interpolated",
11  ],
12  )

Definition at line 50 of file starSelector.py.

tuple lsst.meas.algorithms.starSelector.BaseStarSelectorConfig.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 45 of file starSelector.py.

tuple lsst.meas.algorithms.starSelector.BaseStarSelectorConfig.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 40 of file starSelector.py.


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