SetPrimaryFlagsTask¶
Python API summary¶
from lsst.pipe.tasks.setPrimaryFlags import SetPrimaryFlagsTask
-
class
(schema, isSingleFrame=False, **kwargs)SetPrimaryFlagsTask
Add isPrimaryKey to a given schema
...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
(sources, skyMap=None, tractInfo=None, patchInfo=None, includeDeblend=True)run
Set is-patch-inner, is-tract-inner and is-primary flags on sources. For coadded imaging, the is-primary flag returns True when an object has no children, is in the inner region of a coadd patch, is in the inner region of a coadd trach, and is not detected in a pseudo-filter (e.g., a sky_object). For single frame imaging, the is-primary flag returns True when a source has no children and is not a sky source
...
See also
See the SetPrimaryFlagsTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.