A Glish/TK DCR Data Analysis Gui

(For localstaff)

Purpose

A set of glish scripts are described that may be used for quick look at DCR data acquired by the GBT scan coordinator. A TK gui interface is provided to simplify operation.

Setup

This only needs to be done once as they copy necessary unix and glish scripts into your local area.

Starting the program

After several seconds (about 30), four windows will appear:

Using the program

Here are the general steps needed to quickly load and view dcr data.

Further capabilities

The meat of the functionality is in the file norm.g. Those familiar with glish programming can perhaps find useful functions there, for example, integrateFft(). These are available from the glish command line after the fill, get data, and mode steps are completed.

For example, one could enter:

integrateFft([2:7],chan=3,clearFlag=T,color=3,title='Hello')

to plot the FFT of channel 3 in green, integrated over scans 2 thru 7.

A utility is provided that allows the user to change the plot title string without regenerating the plot. At the glish command line enter:

s.changetitle(title)

where title is any glish string. e.g. s.changetitle('Hello There').

Last Revised 04/16/2009

Send comments to: rnorrod@nrao.edu