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
(*args, **kwargs)MatcherSourceSelectorTask
Select sources that are useful for matching
...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
(sourceCat, sourceSelectedField=None, matches=None, exposure=None)run
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