Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents home.gif
Up: NOTE 207 - Guide to gbtlogview Previous: Tables

rtools4.g

A number of utility plotting functions are available through the glish script, rtools4.g. The functions allow easy plotting and comparison of variables of interest.

The utilities currently available are:

$ \bullet$plotXdewvac(flg): Plots the X-band dewar vaccum reading.
$ \bullet$plotKudewvac(flg): Plots the Ku-band dewar vacuum reading.
$ \bullet$plotKdewvac(flg): Plots the K-band dewar vacuum reading.
$ \bullet$plotXpumpvac(flg): Plots the X-band pump vacuum reading.
$ \bullet$plotKupumpvac(flg): Plots the Ku-band pump vacuum reading.
$ \bullet$plotX15K(flg): Plots the X-band 15K temperature.
$ \bullet$plotX50K(flg): Plots the X-band 50K temperature.
$ \bullet$plotXamb(flg): Plots the X-band ambient temperature.
$ \bullet$plotKu15K(flg): Plots the Ku-band 15K temperature.
$ \bullet$plotKuamb(flg): Plots the Ku-band ambient temperature.
$ \bullet$plotK15K(flg): Plots the K-band 15K temperature.
$ \bullet$plotK50K(flg): Plots the K-band 50K temperature.
$ \bullet$plotKamb(flg): Plots the K-band ambient temperature.
$ \bullet$plotTemp(flg,scale): Plots the Air Temperature from WT1.
$ \bullet$plotDewpt(flg,scale): Plots the Dew Point from WT1.
$ \bullet$plotRH(flg): Plots the relative humidity calculated from temperature.
$ \bullet$plotPressure(flg,scale): Plots the pressure data from WT1.
$ \bullet$plotWindvel(flg,scale): Plots the wind velocity from WT1.
$ \bullet$plotWinddir(flg): Plots the wind direction from WT1.
$ \bullet$plotPpsRackTemp(flg,scale): Plots the rack temperature from OnePpsStatus.
$ \bullet$plotRtpm140Delay(flg):Plots the delay column from Rtpm140.
$ \bullet$plotRtpmOvlbiDelay(flg): Plots the delay column from RtpmOvlbi.
$ \bullet$plotDeltas(ticka,tickb): Plots the OnePps Deltas.


In the new version of AIPS++, any of these functions can be accessed after data has been 'filled', as long as the command 'include rtools4.g' has been executed either interactively after the glish prompt in gbtlogview, or by setting it up in one's .glishrc file.

The syntax for their use is simply:

- function(flg)

or

- function(flg,scale)

where flg is either blank, (), in which case the plot goes to the Y1 axis, or flg is (y2), in which case the plot uses the Y2 axis; currently, one must always plot something to the Y1 axis before the Y2 axis can be used. If the function takes a 'scale' parameter, this can be either 'f' for farenheit (functions: plotTemp, plotDewpt, plotPpsRackTemp, and plotPpsRoomTemp), 'mph' for miles/hour (function:plotWindvel), or 'mmHg' and 'inHg' for millimeters/inches of mercury (function: plotPressure); the defaults (either left blank or any other combination of charactes) are degrees celsius, meters/sec, and mbars, respectively.

The plot will be similar to that provided normally by gbtlogview.

In the 'test' version of AIPS++, these utilities have been integrated into a GUI. It can be invoked after data has been filled by:

- include 'rxtools.g'
X-band data found
Weather1 data found
OnePpsDeltas data found
T 
- call_rx_gui()
F

Each of the buttons shown in the figure are menus for calling up different functions, while the entry boxes (Options) allow specification of the function inputs. For example, plottemp has two optional specifications (as shown on the status line), Y2[T,F] and scale(C,F); these indicate that you can specify whether the temps should be plotted on the Y2 axis (true or false), and which temperature scale (celsius or fahrenheit) to use for the plots.


next up previous contents home.gif
Up: NOTE 207 - Guide to gbtlogview Previous: Tables   Contents
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15