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.cpSkyTask import CpSkyCombineTask
- 
classCpSkyCombineTask(**kwargs)
- Merge per-exposure measurements into a detector level calibration - ...
- attributeconfig
- Access configuration fields and retargetable subtasks. 
- 
methodrun(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.
saveMetadata¶
Flag to enable/disable metadata saving for a task, enabled by default.