Definition at line 38 of file setPrimaryFlags.py.
def lsst.pipe.tasks.setPrimaryFlags.SetPrimaryFlagsTask.__init__ |
( |
|
self, |
|
|
|
schema, |
|
|
|
kwargs |
|
) |
| |
def lsst.pipe.tasks.setPrimaryFlags.SetPrimaryFlagsTask.run |
( |
|
self, |
|
|
|
sources, |
|
|
|
skyMap, |
|
|
|
tractInfo, |
|
|
|
patchInfo, |
|
|
|
includeDeblend = True |
|
) |
| |
Set is-primary and related flags on sources
@param[in,out] sources a SourceTable
- reads centroid fields and an nChild field
- writes is-patch-inner, is-tract-inner and is-primary flags
@param[in] skyMap sky tessellation object (subclass of lsst.skymap.BaseSkyMap)
@param[in] tractInfo tract object (subclass of lsst.skymap.TractInfo)
@param[in] patchInfo patch object (subclass of lsst.skymap.PatchInfo)
@param[in] includeDeblend include deblend information in isPrimary?
Definition at line 59 of file setPrimaryFlags.py.
lsst.pipe.tasks.setPrimaryFlags.SetPrimaryFlagsTask.isPatchInnerKey |
lsst.pipe.tasks.setPrimaryFlags.SetPrimaryFlagsTask.isPrimaryKey |
lsst.pipe.tasks.setPrimaryFlags.SetPrimaryFlagsTask.isTractInnerKey |
lsst.pipe.tasks.setPrimaryFlags.SetPrimaryFlagsTask.schema |
The documentation for this class was generated from the following file: