lsst.ip.isr g02d81e74bb+f5613e8b4f
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lsst.ip.isr.crosstalk.NullCrosstalkTask Class Reference
Inheritance diagram for lsst.ip.isr.crosstalk.NullCrosstalkTask:
lsst.ip.isr.crosstalk.CrosstalkTask

Public Member Functions

 run (self, exposure, crosstalkSources=None)
 

Detailed Description

Definition at line 846 of file crosstalk.py.

Member Function Documentation

◆ run()

lsst.ip.isr.crosstalk.NullCrosstalkTask.run ( self,
exposure,
crosstalk = None )
Apply intra-detector crosstalk correction

Parameters
----------
exposure : `lsst.afw.image.Exposure`
    Exposure for which to remove crosstalk.
crosstalkCalib : `lsst.ip.isr.CrosstalkCalib`, optional
    External crosstalk calibration to apply.  Constructed from
    detector if not found.
crosstalkSources : `defaultdict`, optional
    Image data for other detectors that are sources of
    crosstalk in exposure.  The keys are expected to be names
    of the other detectors, with the values containing
    `lsst.afw.image.Exposure` at the same level of processing
    as ``exposure``.
    The default for intra-detector crosstalk here is None.
isTrimmed : `bool`, optional
    The image is already trimmed.
    This should no longer be needed once DM-15409 is resolved.
camera : `lsst.afw.cameraGeom.Camera`, optional
    Camera associated with this exposure.  Only used for
    inter-chip matching.
parallelOverscanRegion : `bool`, optional
    Do subtraction in parallel overscan region (only)?
detectorConfig : `lsst.ip.isr.OverscanDetectorConfig`, optional
    Per-amplifier configs used when parallelOverscanRegion=True.

Raises
------
RuntimeError
    Raised if called for a detector that does not have a
    crosstalk correction.  Also raised if the crosstalkSource
    is not an expected type.

Reimplemented from lsst.ip.isr.crosstalk.CrosstalkTask.

Definition at line 847 of file crosstalk.py.


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