lsst.meas.algorithms  13.0-23-gb99accf8+14
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 35 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 36 of file sourceSelector.py.


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