1.47. doHrsOffsetPow

Full Name: herschel.hifi.pipeline.hrs.DoHrsOffsetPowTask
Alias: doHrsOffsetPow
Type: Java Task -
Import: from herschel.hifi.pipeline.hrs import DoHrsOffsetPowTask
Category:

HIFI/Pipeline/HRS Pipeline

Description

Step3: Task which computes the offset and the power of HRS.

Gets science data, duration and offset from the HRS readout, and computes the offset (mSigma) and power (vSigma) of the analog input signal seen by the digital part of HRS.

Example

Example 1: In HIPE
 
from herschel.hifi.pipeline.hrs import *
htp = HifiTimelineProduct(df, hk)
doHrsSubbands(htp=htp)
doHrsOffsetPow(htp=htp)

API Summary

Jython Syntax

doHrsOffsetPow(htp=htp)

API details

Property

HifiTimelineProduct htp [INOUT, MANDATORY, default=No default value]
 

The HifiTimelineProduct which contains the HRS correlation functions.

History

  • 2005-04-27 - OCJ: Column offset removed at the end of this step
  • 2006-05-17 - OCJ: CompositeDataset replaced by HifiVectorDataset
  • 2006-09-11 - OCJ: HifiVectorDataset replaced by HifiPipelineProduct
  • 2006-12-07 - OCJ: HifiPipelineProduct replaced by HifiTimelineProduct
  • 2010-11-04 - OCJ: Old examples from Jide removed