lsst.meas.algorithms
14.0-8-gf6dacf9e+1
|
Public Member Functions | |
def | apply (self, catalog) |
Static Public Attributes | |
name | |
minimum = pexConfig.Field(dtype=float, optional=True, doc="Select objects with value greater than this") | |
maximum = pexConfig.Field(dtype=float, optional=True, doc="Select objects with value less than this") | |
Select sources using star/galaxy separation 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 362 of file sourceSelector.py.
def lsst.meas.algorithms.sourceSelector.RequireUnresolved.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 372 of file sourceSelector.py.
|
staticinherited |
Definition at line 121 of file sourceSelector.py.
|
staticinherited |
Definition at line 120 of file sourceSelector.py.
|
static |
Definition at line 369 of file sourceSelector.py.