SetPrimaryFlagsTask¶
Python API summary¶
from lsst.pipe.tasks.setPrimaryFlags import SetPrimaryFlagsTask
- 
classSetPrimaryFlagsTask
- Add isPrimaryKey to a given schema - ...
- 
attributeconfig
- Access configuration fields and retargetable subtasks. 
- 
methodrun
- 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.