CpSkySubtractBackgroundTask¶
CpSkySubtractBackgroundTask subtracts the scaled full-focal plane model created by CpSkyScaleMeasureTask from the per-detector images created by CpSkyImageTask.
Processing summary¶
CpSkySubtractBackgroundTask runs these operations:
Subtract the scaled focal-plane model from the per-detector image.
Remeasure the residual background.
Python API summary¶
from lsst.cp.pipe.cpSkyTask import CpSkySubtractBackgroundTask
-
class
CpSkySubtractBackgroundTask(**kwargs) Subtract per-exposure background from individual detector masked images
...
- attributeconfig
Access configuration fields and retargetable subtasks.
-
method
run(inputExp, inputBkg, inputScale) Subtract per-exposure background from individual detector masked images
...
See also
See the CpSkySubtractBackgroundTask API reference for complete details.
Retargetable subtasks¶
sky¶
- Default
lsst.pipe.drivers.background.SkyMeasurementTask- Field type
Sky measurement
Configuration fields¶
connections¶
- Data type
lsst.pipe.base.config.Connections- Field type
Configurations describing the connections of the PipelineTask to datatypes
saveLogOutput¶
Flag to enable/disable saving of log output for a task, enabled by default.
saveMetadata¶
Flag to enable/disable metadata saving for a task, enabled by default.