lsst.jointcal
master-g9041cab851
|
Public Member Functions | |
def | getCalExp |
Return one "calexp" calibrated exposure. More... | |
def | applyJointcalResultsExposure |
Definition at line 9 of file jointcalCoadd.py.
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 36 of file jointcalCoadd.py.
def lsst.jointcal.jointcalCoadd.JointcalCoaddTask.getCalExp | ( | self, | |
dataRef, | |||
bgSubtracted | |||
) |
Return one "calexp" calibrated exposure.
[in] | dataRef | a sensor-level data reference |
[in] | bgSubtracted | return calexp with background subtracted? If False get the calexp's background background model and add it to the calexp. |
If config.doApplyUberCal, meas_mosaic calibrations will be applied to the returned exposure using applyMosaicResults.
Definition at line 11 of file jointcalCoadd.py.