| Full Name: | herschel.hifi.pipeline.generic.MkSidebandGainTask |
| Alias: | mkSidebandGain |
| Type: | Java Task - |
| Import: | from herschel.hifi.pipeline.generic import MkSidebandGainTask |
| Category: |
Creates an interpolator for computing the IF- and LO-frequency dependent sideband gains ratios.
The output is specified as an interface type (only the interface is needed by the {@link DoSidebandGainTask}-task). This will allow to include different implementations and provide the means to have them easily configured.
| Example 1: In HIPE | ||
|---|---|---|
|
||
MapContext calibration [INPUT, OPTIONAL, default=no default value]
|
|
|---|---|
|
Reference to the calibration tree from which shape and level tables for computing sideband gains are obtained. |
|
PipelineConfiguration params [INPUT, OPTIONAL, default=no default value]
|
|
|---|---|
|
Pipeline configuration parameters that can be passed to the task. |
|
Boolean ignore [INPUT, OPTIONAL, default=no default value]
|
|
|---|---|
|
If set to True task is not executed. |
|