lsst.ip.isr  21.0.0-15-gfb99f82+2e2638e9ee
Public Member Functions | Static Public Attributes | List of all members
lsst.ip.isr.isrTask.RunIsrTask Class Reference
Inheritance diagram for lsst.ip.isr.isrTask.RunIsrTask:

Public Member Functions

def __init__ (self, *args, **kwargs)
 
def runDataRef (self, dataRef)
 

Static Public Attributes

 ConfigClass = RunIsrConfig
 

Detailed Description

Task to wrap the default IsrTask to allow it to be retargeted.

The standard IsrTask can be called directly from a command line
program, but doing so removes the ability of the task to be
retargeted.  As most cameras override some set of the IsrTask
methods, this would remove those data-specific methods in the
output post-ISR images.  This wrapping class fixes the issue,
allowing identical post-ISR images to be generated by both the
processCcd and isrTask code.

Definition at line 2679 of file isrTask.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.ip.isr.isrTask.RunIsrTask.__init__ (   self,
args,
**  kwargs 
)

Definition at line 2693 of file isrTask.py.

Member Function Documentation

◆ runDataRef()

def lsst.ip.isr.isrTask.RunIsrTask.runDataRef (   self,
  dataRef 
)
Parameters
----------
dataRef : `lsst.daf.persistence.ButlerDataRef`
    data reference of the detector data to be processed

Returns
-------
result : `pipeBase.Struct`
    Result struct with component:

    - exposure : `lsst.afw.image.Exposure`
        Post-ISR processed exposure.

Definition at line 2697 of file isrTask.py.

Member Data Documentation

◆ ConfigClass

lsst.ip.isr.isrTask.RunIsrTask.ConfigClass = RunIsrConfig
static

Definition at line 2690 of file isrTask.py.


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