lsst.ip.isr
20.0.0-4-ge987224+6
|
Public Member Functions | |
def | __init__ (self, *args, **kwargs) |
def | runDataRef (self, dataRef) |
Static Public Attributes | |
ConfigClass = RunIsrConfig | |
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 2544 of file isrTask.py.
def lsst.ip.isr.isrTask.RunIsrTask.__init__ | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
Definition at line 2558 of file isrTask.py.
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 2562 of file isrTask.py.
|
static |
Definition at line 2555 of file isrTask.py.