| herschel.hifi.pipeline.hrs.DoHrsQDCFastTask |
| doHrsQDCFast |
Java Task -
|
| from herschel.hifi.pipeline.hrs import DoHrsQDCFastTask |
|
HIFI/Pipeline/HRS Pipeline
|
Description
Step5a: Task which corrects roughly the quantisation distortion of the HRS correlation functions.
Needs the CalHrsQDCFull calibration product as input, and multiply the channels by a correction factor, except for the channel0.
IMPORTANT NOTE : this Task can be used in place of DoHrsQDCFull for performance reasons, as for QLA for instance, but the
quality of the spectra obtained at the end of the HRS pipeline is degraded.
Example
| Jython Syntax |
|
doHrsQDCFast(htp=htp, cal=calHrsQDCFast)
|