lsst.jointcal  master-g9041cab851+13
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
lsst.jointcal.jointcalCoadd.JointcalCoaddTask Class Reference
Inheritance diagram for lsst.jointcal.jointcalCoadd.JointcalCoaddTask:

Public Member Functions

def getCalExp
 Return one "calexp" calibrated exposure. More...
 
def applyJointcalResultsExposure
 

Detailed Description

Definition at line 9 of file jointcalCoadd.py.

Member Function Documentation

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.

Parameters
[in]dataRefa sensor-level data reference
[in]bgSubtractedreturn calexp with background subtracted? If False get the calexp's background background model and add it to the calexp.
Returns
calibrated exposure

If config.doApplyUberCal, meas_mosaic calibrations will be applied to the returned exposure using applyMosaicResults.

Definition at line 11 of file jointcalCoadd.py.


The documentation for this class was generated from the following file: