1.84. hkplot

Full Name: herschel.hifi.dp.dataflow.hkplot
Alias: hkplot
Type: Jython Task -
Import: from herschel.hifi.dp.dataflow import hkplot
Category:

HIFI/Plotting

Description

This task can be used to plot a stream of house keeping data. This task can also be

run on the command line, see example below. This task is not intended to be run by astronomers.

Example

Example 1: hkplot
 
# In a new jython file add the lines (call it qlaHkPlot.py)
from herschel.hifi.dp.dataflow.hkplot import *
DataFlowManager(hkPlot())
Thread.sleep(315360000)   #one year in seconds
# Then from the terminal window type the following
# jylaunch qlaHkPlot.py

History

  • 2007-03-23 - KE: Updated with a workaround method to run from command line