lsst.meas.algorithms  13.0-23-gb99accf8+4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
lsst.meas.algorithms.matcherSourceSelector.MatcherPessimisticSourceSelectorTask Class Reference
Inheritance diagram for lsst.meas.algorithms.matcherSourceSelector.MatcherPessimisticSourceSelectorTask:
lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorTask

Public Attributes

 edgeKey
 
 interpolatedCenterKey
 
 saturatedKey
 
- Public Attributes inherited from lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorTask
 parentKey
 
 centroidXKey
 
 centroidYKey
 
 centroidFlagKey
 
 fluxField
 
 fluxKey
 
 fluxFlagKey
 
 fluxSigmaKey
 

Additional Inherited Members

- Public Member Functions inherited from lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorTask
def __init__
 
def selectSources
 
- Static Public Attributes inherited from lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorTask
 ConfigClass = MatcherSourceSelectorConfig
 

Detailed Description

!Select sources that are useful for matching.

Good matching sources have high signal/noise, are non-blended. They need not
be PSF sources, just have reliable centroids. This inherited class adds
the removal of saturated, interpolated, and edge_key objects to the set of
bad flags. It is a temporary addition designed preserve the source selction
used in matchOptimisticB. Once matchPessimisticB is adopted as the default
source selector the class will be removed and the saturated, interpoalted, and
edge_key flags will be added to the matcherSourceSelector class.

TODO: Once DM-10399 is complete an RFC will be filed to make matchPessimisticB
the default matcher this class will replace matcherSourceSelector with this source
selector resulting in only one matcherSourceSeletor. The ticket describing
this work is DM-10800.

Definition at line 165 of file matcherSourceSelector.py.

Member Data Documentation

lsst.meas.algorithms.matcherSourceSelector.MatcherPessimisticSourceSelectorTask.edgeKey

Definition at line 186 of file matcherSourceSelector.py.

lsst.meas.algorithms.matcherSourceSelector.MatcherPessimisticSourceSelectorTask.interpolatedCenterKey

Definition at line 187 of file matcherSourceSelector.py.

lsst.meas.algorithms.matcherSourceSelector.MatcherPessimisticSourceSelectorTask.saturatedKey

Definition at line 188 of file matcherSourceSelector.py.


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