SkyObjectsTask¶
SkyObjectsTask
generates a list of Footprints of sky objects.
Python API summary¶
from lsst.meas.algorithms.skyObjects import SkyObjectsTask
-
class
SkyObjectsTask
(schema=None, **kwargs) Generate a list of Footprints of sky sources/objects (regions on the sky that do not otherwise have detections)
...
- attributeconfig
Access configuration fields and retargetable subtasks.
See also
See the SkyObjectsTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
avoidMask¶
Avoid pixels masked with these mask planes.
growMask¶
Number of pixels to grow the masked pixels when adding sky sources.
nSources¶
Try to add this many sky sources.
nTrialSources¶
Maximum number of trial sky object positions (default: nSkySources*nTrialSkySourcesMultiplier).
nTrialSourcesMultiplier¶
Set nTrialSkySources to nSkySources*nTrialSkySourcesMultiplier if nTrialSkySources is None.
sourceRadius¶
Radius, in pixels, of sky sources.