MatcherSourceSelectorTask¶
MatcherSourceSelectorTask
selects sources that are useful for matching, without checking footprints or bad flags.
Python API summary¶
from lsst.meas.algorithms.matcherSourceSelector import MatcherSourceSelectorTask
-
class
MatcherSourceSelectorTask
(*args, **kwargs) Select sources that are useful for matching
...
- attributeconfig
Access configuration fields and retargetable subtasks.
-
method
run
(sourceCat, sourceSelectedField=None, matches=None, exposure=None) Select sources and return them
...
See also
See the MatcherSourceSelectorTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
excludePixelFlags¶
Exclude objects that have saturated, interpolated, or edge pixels using PixelFlags. For matchOptimisticB set this to False to recover previous matcher selector behavior.
minSnr¶
Minimum allowed signal-to-noise ratio for sources used for matching (in the flux specified by sourceFluxType); <= 0 for no limit
sourceFluxType¶
Type of source flux; typically one of Ap or Psf