|
lsst.ip.isr g9cb75138f3+bac7c66737
|
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 2758 of file isrTask.py.
| def lsst.ip.isr.isrTask.RunIsrTask.__init__ | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
Definition at line 2772 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 2776 of file isrTask.py.
|
static |
Definition at line 2769 of file isrTask.py.