Definition at line 19 of file jointcalCoadd.py.
◆ applyJointcalResultsExposure()
def lsst.jointcal.jointcalCoadd.JointcalCoaddTask.applyJointcalResultsExposure |
( |
|
self, |
|
|
|
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.
Definition at line 55 of file jointcalCoadd.py.
◆ getCalExp()
def lsst.jointcal.jointcalCoadd.JointcalCoaddTask.getCalExp |
( |
|
self, |
|
|
|
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.
Definition at line 23 of file jointcalCoadd.py.
◆ ConfigClass
The documentation for this class was generated from the following file: