BaseFakeSourcesTask¶
Python API summary¶
from lsst.pipe.tasks.fakes import BaseFakeSourcesTask
-
class
BaseFakeSourcesTask
(*args, **kwargs) An abstract base class for subtasks that inject fake sources into images to test completeness and other aspects of the processing
...
- attributeconfig
Access configuration fields and retargetable subtasks.
-
method
run
(exposure, background) Add fake sources to the given Exposure, making use of the given BackgroundList if desired
...
See also
See the BaseFakeSourcesTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
maskPlaneName¶
Mask plane to set on pixels affected by fakes. Will be added if not already present.