lsst.meas.algorithms gf28172b03b+14260db065
|
Public Member Functions | |
def | __init__ (self, *args, **kwargs) |
def | selectSources (self, sourceCat, matches=None, exposure=None) |
Public Attributes | |
parentKey | |
centroidXKey | |
centroidYKey | |
centroidFlagKey | |
fluxField | |
fluxKey | |
fluxFlagKey | |
fluxErrKey | |
edgeKey | |
interpolatedCenterKey | |
saturatedKey | |
Static Public Attributes | |
ConfigClass = MatcherSourceSelectorConfig | |
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. Distinguished from astrometrySourceSelector because it is more lenient (i.e. not checking footprints or bad flags).
Definition at line 55 of file matcherSourceSelector.py.
def lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorTask.__init__ | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
Reimplemented from lsst.meas.algorithms.sourceSelector.BaseSourceSelectorTask.
Definition at line 66 of file matcherSourceSelector.py.
def lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorTask.selectSources | ( | self, | |
sourceCat, | |||
matches = None , |
|||
exposure = None |
|||
) |
Return a selection of sources that are useful for matching. Parameters ---------- sourceCat : `lsst.afw.table.SourceCatalog` Catalog of sources to select from. This catalog must be contiguous in memory. matches : `list` of `lsst.afw.table.ReferenceMatch` or None Ignored in this SourceSelector. exposure : `lsst.afw.image.Exposure` or None The exposure the catalog was built from; used for debug display. Returns ------- struct : `lsst.pipe.base.Struct` The struct contains the following data: ``selected`` Boolean array of sources that were selected, same length as sourceCat. (`numpy.ndarray` of `bool`)
Reimplemented from lsst.meas.algorithms.sourceSelector.BaseSourceSelectorTask.
Definition at line 69 of file matcherSourceSelector.py.
lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorTask.centroidFlagKey |
Definition at line 104 of file matcherSourceSelector.py.
lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorTask.centroidXKey |
Definition at line 102 of file matcherSourceSelector.py.
lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorTask.centroidYKey |
Definition at line 103 of file matcherSourceSelector.py.
|
static |
Definition at line 64 of file matcherSourceSelector.py.
lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorTask.edgeKey |
Definition at line 112 of file matcherSourceSelector.py.
lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorTask.fluxErrKey |
Definition at line 110 of file matcherSourceSelector.py.
lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorTask.fluxField |
Definition at line 107 of file matcherSourceSelector.py.
lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorTask.fluxFlagKey |
Definition at line 109 of file matcherSourceSelector.py.
lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorTask.fluxKey |
Definition at line 108 of file matcherSourceSelector.py.
lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorTask.interpolatedCenterKey |
Definition at line 113 of file matcherSourceSelector.py.
lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorTask.parentKey |
Definition at line 101 of file matcherSourceSelector.py.
lsst.meas.algorithms.matcherSourceSelector.MatcherSourceSelectorTask.saturatedKey |
Definition at line 114 of file matcherSourceSelector.py.