lsst.cp.pipe  22.0.0-15-gcbf119a+48dbd5b424
Public Member Functions | Static Public Attributes | List of all members
lsst.cp.pipe.cpDarkTask.CpDarkTask Class Reference
Inheritance diagram for lsst.cp.pipe.cpDarkTask.CpDarkTask:

Public Member Functions

def __init__ (self, **kwargs)
 
def run (self, inputExp)
 

Static Public Attributes

 ConfigClass = CpDarkTaskConfig
 

Detailed Description

Combine pre-processed dark frames into a proposed master calibration.

Definition at line 75 of file cpDarkTask.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.cp.pipe.cpDarkTask.CpDarkTask.__init__ (   self,
**  kwargs 
)

Definition at line 83 of file cpDarkTask.py.

Member Function Documentation

◆ run()

def lsst.cp.pipe.cpDarkTask.CpDarkTask.run (   self,
  inputExp 
)
Preprocess input exposures prior to DARK combination.

This task detects and repairs cosmic rays strikes.

Parameters
----------
inputExp : `lsst.afw.image.Exposure`
    Pre-processed dark frame data to combine.

Returns
-------
outputExp : `lsst.afw.image.Exposure`
    CR rejected, ISR processed Dark Frame."

Definition at line 87 of file cpDarkTask.py.

Member Data Documentation

◆ ConfigClass

lsst.cp.pipe.cpDarkTask.CpDarkTask.ConfigClass = CpDarkTaskConfig
static

Definition at line 80 of file cpDarkTask.py.


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