next up previous
Next: About this document ... Up: gbtGOglishScripts Previous: Final Approval

Accessing Glish Scripts from a GO Table

The following demonstrates how glish scripts may be used in setting up the GBT for an observation using a GO Table. The GO Table might appear as follows:

#
# setup the hardware for the observations using a standard setup
#
# setup Rcvr1_2 for HI, 2 polarization observations
include rcvr1_2_1420mhz_2pol.g
# setup LO1 for HI, 2 polarizations
include lo1_1420mhz_2pol.g
# setup ConverterRack for HI, 2 polarizations
include converter_rack_1420mhz_2pol.g
# setup AnalogFilterRack for HI, 2 polarizations
include analog_filter_rack_1420mhz_2pol.g
# setup ScanCoordinator for HI, 2 polarizations, total power with cal
include scan_coordinator_rack_1420mhz_2pol_tpwcal.g
# setup Spectrometer for 64,000 channels, 2 polarizations,
include spectrometer_rack_64000channels_2pol.g
#
# now tweek the setup for my observations
#
....
#
# setup complete, now define the observations
#
....



Bob Garwood 2011-07-25