lsst.jointcal  14.0-31-gde643ac+1
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)
 
def applyJointcalResultsExposure (self, dataRef, calexp=None)
 

Static Public Attributes

 ConfigClass = JointcalCoaddTaskConfig
 

Detailed Description

Definition at line 19 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 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.

Member Data Documentation

◆ ConfigClass

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

Definition at line 21 of file jointcalCoadd.py.


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