CpSkyImageTask#
- class lsst.cp.pipe.CpSkyImageTask(**kwargs)#
Bases:
PipelineTaskMask the detections on the postISRCCD.
This task maps the MaskObjectsTask across all of the initial ISR processed cpSkyIsr images to create cpSkyMaskedIsr products for all (exposure, detector) values.
Methods Summary
run(inputExp, camera)Mask the detections on the postISRCCD.
Methods Documentation
- run(inputExp, camera)#
Mask the detections on the postISRCCD.
Parameters#
- inputExp
lsst.afw.image.Exposure An ISR processed exposure that will have detections masked.
- camera
lsst.afw.cameraGeom.Camera The camera geometry for this exposure. This is needed to create the background model.
Returns#
- results
lsst.pipe.base.Struct The results struct containing:
maskedExplsst.afw.image.ExposureThe detection-masked version of the
inputExp.maskedBkglsst.pipe.tasks.background.FocalPlaneBackgroundThe partial focal plane background containing only this exposure/detector’s worth of data.
- inputExp