|
lsst.meas.algorithms
19.0.0-7-ga57c4689+15
|
Public Member Functions | |
| def | apply (self, catalog) |
Static Public Attributes | |
| fluxField | |
| errField | |
| 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 a flux signal-to-noise 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 303 of file sourceSelector.py.
| def lsst.meas.algorithms.sourceSelector.SignalToNoiseLimit.apply | ( | self, | |
| catalog | |||
| ) |
Apply the signal-to-noise 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).
Definition at line 315 of file sourceSelector.py.
|
static |
Definition at line 312 of file sourceSelector.py.
|
static |
Definition at line 310 of file sourceSelector.py.
|
staticinherited |
Definition at line 165 of file sourceSelector.py.
|
staticinherited |
Definition at line 164 of file sourceSelector.py.
1.8.13