lsst.meas.algorithms
13.0-23-gb99accf8+8
|
Base class for source selectors. More...
Public Member Functions | |
def | __init__ |
Initialize a source selector. More... | |
def | run |
Select sources and return them. More... | |
def | selectSources |
Return a catalog of sources: a subset of sourceCat. More... | |
Static Public Attributes | |
ConfigClass = BaseSourceSelectorConfig | |
Base class for source selectors.
Register all source selectors with the sourceSelectorRegistry using: sourceSelectorRegistry.register(name, class)
Definition at line 50 of file sourceSelector.py.
def lsst.meas.algorithms.sourceSelector.BaseSourceSelectorTask.__init__ | ( | self, | |
kwargs | |||
) |
Initialize a source selector.
Definition at line 60 of file sourceSelector.py.
def lsst.meas.algorithms.sourceSelector.BaseSourceSelectorTask.run | ( | self, | |
sourceCat, | |||
maskedImage = None , |
|||
kwargs | |||
) |
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 64 of file sourceSelector.py.
def lsst.meas.algorithms.sourceSelector.BaseSourceSelectorTask.selectSources | ( | self, | |
sourceCat, | |||
matches = None |
|||
) |
Return a catalog of sources: a subset of sourceCat.
[in] | sourceCat | catalog of sources that may be sources (an lsst.afw.table.SourceCatalog) |
Definition at line 76 of file sourceSelector.py.
|
static |
Definition at line 57 of file sourceSelector.py.