CpSkyCombineTask¶
CpSkyCombineTask averages the per-exposure background models into a final SKY calibration.
Processing summary¶
CpSkyCombineTask runs these operations:
Average input backgrounds with
SkyMeasurementTask.Combine input headers for the output calibration.
Python API summary¶
from lsst.cp.pipe.cpSky import CpSkyCombineTask
- 
class
CpSkyCombineTask(**kwargs) Merge per-exposure measurements into a detector level calibration
...
- attributeconfig
 Access configuration fields and retargetable subtasks.
- 
method
run(inputBkgs, inputExpHandles) Merge per-exposure measurements into a detector level calibration
...
See also
See the CpSkyCombineTask API reference for complete details.
Retargetable subtasks¶
sky¶
- Default
 lsst.pipe.tasks.background.SkyMeasurementTask- Field type
 
Sky measurement
Configuration fields¶
connections¶
- Data type
 lsst.pipe.base.config.CpSkyCombineConfigConnections- 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.