|
lsst.meas.algorithms g33a09d4741+106f42d13d
|
Public Member Functions | |
| apply (self, catalog) | |
Static Public Attributes | |
| parentName | |
| nChildName | |
Select sources based on whether they are isolated This object can be used as a `lsst.pex.config.Config` for configuring the column names to check for "parent" and "nChild" keys. Note that this should only be run on a catalog that has had the deblender already run (or else deblend_nChild does not exist).
Definition at line 451 of file sourceSelector.py.
| lsst.meas.algorithms.sourceSelector.RequireIsolated.apply | ( | self, | |
| catalog | |||
| ) |
Apply the isolation 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 465 of file sourceSelector.py.
|
static |
Definition at line 462 of file sourceSelector.py.
|
static |
Definition at line 460 of file sourceSelector.py.