lsst.meas.algorithms
15.0-3-gd5b9ff95+1
|
Public Member Functions | |
def | selectSources (self, catalog, matches=None) |
def | run (self, sourceCat, maskedImage=None, kwargs) |
Select sources and return them. More... | |
Static Public Attributes | |
ConfigClass = ReferenceSourceSelectorConfig | |
Reference source selector This selects reference sources by (optionally) applying each of a magnitude limit, flag requirements and color limits.
Definition at line 502 of file sourceSelector.py.
|
inherited |
Select sources and return them.
[in] | sourceCat | catalog of sources that may be sources (an lsst.afw.table.SourceCatalog) |
[in] | maskedImage | the maskedImage containing the sources, for plotting. |
Definition at line 70 of file sourceSelector.py.
def lsst.meas.algorithms.sourceSelector.ReferenceSourceSelectorTask.selectSources | ( | self, | |
catalog, | |||
matches = None |
|||
) |
Return a catalog of selected reference sources Parameters ---------- catalog : `lsst.afw.table.SourceCatalog` Catalog of sources to select. matches : `lsst.afw.table.ReferenceMatchVector`, optional List of matches; ignored. Return struct ------------- sourceCat : `lsst.afw.table.SourceCatalog` Catalog of selected sources, non-contiguous.
Definition at line 510 of file sourceSelector.py.
|
static |
Definition at line 508 of file sourceSelector.py.