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
- 
classCpSkySubtractBackgroundTask
- Subtract per-exposure background from individual detector masked images - ...
- 
attributeconfig
- Access configuration fields and retargetable subtasks. 
- 
methodrun
- 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
- ConfigurableField
Sky measurement
Configuration fields¶
connections¶
- Data type
- lsst.pipe.base.config.Connections
- Field type
- ConfigField
Configurations describing the connections of the PipelineTask to datatypes
saveLogOutput¶
Flag to enable/disable saving of log output for a task, enabled by default.