|
lsst.ip.isr
18.1.0-14-gd04256d+18
|
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 2369 of file isrTask.py.
| def lsst.ip.isr.isrTask.RunIsrTask.__init__ | ( | self, | |
| args, | |||
| kwargs | |||
| ) |
Definition at line 2383 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 2387 of file isrTask.py.
|
static |
Definition at line 2380 of file isrTask.py.
1.8.13