Definition at line 39 of file starSelector.py.
tuple lsst.meas.algorithms.starSelector.BaseStarSelectorConfig.badFlags |
|
static |
Initial value:
2 doc=
"List of flags which cause a source to be rejected as bad",
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",
Definition at line 50 of file starSelector.py.
tuple lsst.meas.algorithms.starSelector.BaseStarSelectorConfig.borderWidth |
|
static |
Initial value:
2 doc=
"number of pixels to ignore around the edge of PSF candidate postage stamps",
Definition at line 45 of file starSelector.py.
tuple lsst.meas.algorithms.starSelector.BaseStarSelectorConfig.kernelSize |
|
static |
Initial value:
2 doc=
"size of the kernel to create",
Definition at line 40 of file starSelector.py.
The documentation for this class was generated from the following file: