JointcalCoaddTask¶
- 
class lsst.jointcal.JointcalCoaddTask(reuse=False, **kwargs)¶
- Bases: - lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpTask- Methods Summary - applyJointcalResultsExposure(dataRef[, calexp])- Update an Exposure with the Wcs, from meas_jointcal (Calib and flux sacling will be also used later). - getCalExp(dataRef, bgSubtracted)- Return one “calexp” calibrated exposure - Methods Documentation - 
applyJointcalResultsExposure(dataRef, calexp=None)¶
- Update an Exposure with the Wcs, from meas_jointcal (Calib and flux sacling will be also used later). If None, the calexp will be loaded from the dataRef. Otherwise it is updated in-place. 
 - 
getCalExp(dataRef, bgSubtracted)¶
- Return one “calexp” calibrated exposure - Parameters: - dataRef
- a sensor-level data reference 
- bgSubtracted
- return calexp with background subtracted? If False get the calexp’s background background model and add it to the calexp. 
 - Returns: - afw.image.ExposureF
- The calibrated exposure. If config.doApplyUberCal, jointcal calibrations will be applied to the returned exposure using applyMosaicResults. 
 
 
-