CpSkyCombineTask#
- class lsst.cp.pipe.CpSkyCombineTask(**kwargs)#
Bases:
PipelineTaskMerge per-exposure measurements into a detector level calibration.
Each of the per-detector results from all input exposures are averaged to produce the final SKY calibration.
As before, this is written to a skyCalib instead of a SKY to avoid definition classes in gen3.
Methods Summary
run(inputBkgs, inputExpHandles)Merge per-exposure measurements into a detector level calibration.
Methods Documentation
- run(inputBkgs, inputExpHandles)#
Merge per-exposure measurements into a detector level calibration.
Parameters#
- inputBkgs
list[lsst.afw.math.BackgroundList] Remnant backgrounds from each exposure.
- inputHandles
list[lsst.daf.butler.DeferredDatasetHandles] The Butler handles to the ISR processed, detection masked images.
Returns#
- results
lsst.pipe.base.Struct The results struct containing:
outputCaliblsst.afw.image.ExposureThe final sky calibration product.
- inputBkgs