lsst.meas.algorithms g583670f1f2+7e01f1de68
|
Public Member Functions | |
def | apply (self, catalog) |
Static Public Attributes | |
fluxField | |
Select sources using a flux limit This object can be used as a `lsst.pex.config.Config` for configuring the limit, and then the `apply` method can be used to identify sources in the catalog that match the configured limit.
Definition at line 248 of file sourceSelector.py.
def lsst.meas.algorithms.sourceSelector.FluxLimit.apply | ( | self, | |
catalog | |||
) |
Apply the flux limits to a catalog Parameters ---------- catalog : `lsst.afw.table.SourceCatalog` Catalog of sources to which the limit will be applied. Returns ------- selected : `numpy.ndarray` Boolean array indicating for each source whether it is selected (True means selected).
Reimplemented from lsst.meas.algorithms.sourceSelector.BaseLimit.
Definition at line 258 of file sourceSelector.py.
|
static |
Definition at line 255 of file sourceSelector.py.