lsst.jointcal  14.0-23-g746c5c5+4
Public Member Functions | Static Public Attributes | List of all members
lsst.jointcal.jointcalCoadd.JointcalCoaddTask Class Reference
Inheritance diagram for lsst.jointcal.jointcalCoadd.JointcalCoaddTask:

Public Member Functions

def getCalExp (self, dataRef, bgSubtracted)
 Return one "calexp" calibrated exposure. More...
 
def applyJointcalResultsExposure (self, dataRef, calexp=None)
 

Static Public Attributes

 ConfigClass = JointcalCoaddTaskConfig
 

Detailed Description

Definition at line 17 of file jointcalCoadd.py.

Member Function Documentation

◆ 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 46 of file jointcalCoadd.py.

◆ getCalExp()

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 21 of file jointcalCoadd.py.

Member Data Documentation

◆ ConfigClass

lsst.jointcal.jointcalCoadd.JointcalCoaddTask.ConfigClass = JointcalCoaddTaskConfig
static

Definition at line 19 of file jointcalCoadd.py.


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