|
def | __init__ (self, schema, kwargs) |
|
def | run (self, sources, skyMap, tractInfo, patchInfo, includeDeblend=True) |
|
Definition at line 38 of file setPrimaryFlags.py.
◆ __init__()
def lsst.pipe.tasks.setPrimaryFlags.SetPrimaryFlagsTask.__init__ |
( |
|
self, |
|
|
|
schema, |
|
|
|
kwargs |
|
) |
| |
◆ run()
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.
◆ ConfigClass
◆ isPatchInnerKey
lsst.pipe.tasks.setPrimaryFlags.SetPrimaryFlagsTask.isPatchInnerKey |
◆ isPrimaryKey
lsst.pipe.tasks.setPrimaryFlags.SetPrimaryFlagsTask.isPrimaryKey |
◆ isTractInnerKey
lsst.pipe.tasks.setPrimaryFlags.SetPrimaryFlagsTask.isTractInnerKey |
◆ schema
lsst.pipe.tasks.setPrimaryFlags.SetPrimaryFlagsTask.schema |
The documentation for this class was generated from the following file: