lsst.meas.algorithms g555ede804d+a60788ef87
|
Public Member Functions | |
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 378 of file sourceSelector.py.
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` Catalog of sources to which the requirements will be applied. Returns ------- selected : `numpy.ndarray` Boolean array indicating for each source whether it is selected (True means selected).
Definition at line 390 of file sourceSelector.py.
|
static |
Definition at line 387 of file sourceSelector.py.
|
static |
Definition at line 385 of file sourceSelector.py.