BaseFakeSourcesTask

Python API summary

from lsst.pipe.tasks.fakes import BaseFakeSourcesTask
classBaseFakeSourcesTask(**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.

methodrun(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

Default
'FAKE'
Field type
str Field
Mask plane to set on pixels affected by fakes. Will be added if not already present.