lsst.obs.decam  19.0.0-34-gfa6e18e
Public Member Functions | Static Public Attributes | List of all members
lsst.obs.decam.crosstalk.DecamCrosstalkTask Class Reference
Inheritance diagram for lsst.obs.decam.crosstalk.DecamCrosstalkTask:

Public Member Functions

def prepCrosstalk (self, dataRef, crosstalk=None)
 

Static Public Attributes

 ConfigClass = DecamCrosstalkConfig
 

Detailed Description

Remove crosstalk from a raw DECam image.

This must be done after the overscan is corrected but before it is trimmed.
This version of crosstalk removal assumes you want to do it as part of a
regular stack-ISR workflow.

Member Function Documentation

◆ prepCrosstalk()

def lsst.obs.decam.crosstalk.DecamCrosstalkTask.prepCrosstalk (   self,
  dataRef,
  crosstalk = None 
)
Retrieve source image data and coefficients to prepare for crosstalk correction.

This is called by readIsrData. The crosstalkSources land in isrData.

Parameters
----------
dataRef : `lsst.daf.persistence.butlerSubset.ButlerDataRef`
    DataRef of exposure to correct which must include a dataId with
    at least one visit and a ccdnum corresponding to the detector id.
crosstalk : `lsst.ip.isr.CrosstalkCalib`
    Crosstalk calibration that will be used.

Returns
-------
crosstalkSources : `defaultdict`
    Contains image data and corresponding crosstalk coefficients for
    each crosstalk source of the given dataRef victim.

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