SkyObjectsTask¶
SkyObjectsTask
generates a list of Footprints of sky objects.
Python API summary¶
from lsst.meas.algorithms.skyObjects import SkyObjectsTask
-
class
(config: Optional[Config] = None, name: Optional[str] = None, parentTask: Optional[Task] = None, log: Optional[Union[logging.Logger, lsst.utils.logging.LsstLogAdapter]] = None)SkyObjectsTask
Generate a list of Footprints of sky objects
...
-
attribute
config
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 objects
nTrialSources¶
Maximum number of trial sky object positions (default: nSkySources*nTrialSkySourcesMultiplier)
nTrialSourcesMultiplier¶
Set nTrialSkySources to nSkySources*nTrialSkySourcesMultiplier if nTrialSkySources is None