| Full Name: | herschel.hifi.pipeline.generic.DoFreqGridTask |
| Alias: | doFreqGrid |
| Type: | Java Task - |
| Import: | from herschel.hifi.pipeline.generic import DoFreqGridTask |
| Category: |
Resamples the flux data to a suitable frequency grid.
| Example 1: In HIPE | ||
|---|---|---|
|
||
| Jython Syntax |
|---|
|
|
| Properties |
|---|
HifiTimelineProduct htp [INOUT, MANDATORY, default=no default value] |
PipelineConfiguration params [INPUT, OPTIONAL, default=no default value] |
Boolean ignore [INPUT, OPTIONAL, default=no default value] |
String scheme [INPUT, OPTIONAL, default=no default value.] |
Object resamplingParams [INPUT, OPTIONAL, default=no default value.] |
Double resolution [INPUT, OPTIONAL, default=no default value] |
Unit | String unit [INPUT, OPTIONAL, default=no default value] |
Object grid [INPUT, OPTIONAL, default=no default value] |
HifiTimelineProduct htp [INOUT, MANDATORY, default=no default value]
|
|
|---|---|
|
The timeline product to be processed. |
|
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]
|
|
|---|---|
|
Flag to indicate whether the execution of the module should be ignored. |
|
String scheme [INPUT, OPTIONAL, default=no default value.]
|
|
|---|---|
|
The scheme to be adopted for the resampling - available are "trapezoidal", "euler" or "gaussian". |
|
Object resamplingParams [INPUT, OPTIONAL, default=no default value.]
|
|
|---|---|
|
Additional parameters for configuring specific resampling schemes (e.g. kernel width for the Gaussian resampler). |
|
Double resolution [INPUT, OPTIONAL, default=no default value]
|
|
|---|---|
|
The desired resolution of the output frequency grid. |
|