lsst.meas.algorithms
14.0-13-g68269a9e+2
|
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 = ScienceSourceSelectorConfig | |
Science source selector By "science" sources, we mean sources that are on images that we are processing, as opposed to sources from reference catalogs. This selects (science) sources by (optionally) applying each of a magnitude limit, flag requirements and star/galaxy separation.
Definition at line 413 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 71 of file sourceSelector.py.
def lsst.meas.algorithms.sourceSelector.ScienceSourceSelectorTask.selectSources | ( | self, | |
catalog, | |||
matches = None |
|||
) |
Return a catalog of selected 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 424 of file sourceSelector.py.
|
static |
Definition at line 422 of file sourceSelector.py.