lsst.meas.algorithms  14.0-18-gf7dca964+11
Static Public Attributes | List of all members
lsst.meas.algorithms.sourceSelector.BaseSourceSelectorConfig Class Reference
Inheritance diagram for lsst.meas.algorithms.sourceSelector.BaseSourceSelectorConfig:
lsst.meas.algorithms.astrometrySourceSelector.AstrometrySourceSelectorConfig lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorConfig

Static Public Attributes

 badFlags
 

Detailed Description

Definition at line 42 of file sourceSelector.py.

Member Data Documentation

◆ badFlags

lsst.meas.algorithms.sourceSelector.BaseSourceSelectorConfig.badFlags
static
Initial value:
= pexConfig.ListField(
doc="List of flags which cause a source to be rejected as bad",
dtype=str,
default=[
"base_PixelFlags_flag_edge",
"base_PixelFlags_flag_interpolatedCenter",
"base_PixelFlags_flag_saturatedCenter",
"base_PixelFlags_flag_crCenter",
"base_PixelFlags_flag_bad",
"base_PixelFlags_flag_interpolated",
],
)

Definition at line 43 of file sourceSelector.py.


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