lsst.meas.algorithms
14.0-7-g23fdbe95+5
|
Public Member Functions | |
def | apply (self, catalog) |
Static Public Attributes | |
good | |
bad | |
Select sources using flags 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 235 of file sourceSelector.py.
def lsst.meas.algorithms.sourceSelector.RequireFlags.apply | ( | self, | |
catalog | |||
) |
Apply the flag requirements to a catalog Returns whether the source is selected. Parameters ---------- catalog : `lsst.afw.table.SourceCatalog` Source to which to apply limits. Returns ------- selected : `numpy.ndarray` Boolean array indicating whether each source is selected (True means selected).
Definition at line 247 of file sourceSelector.py.
|
static |
Definition at line 244 of file sourceSelector.py.
|
static |
Definition at line 242 of file sourceSelector.py.