The weather information is used in the antenna computer itself to calculate refraction and to display on its monitor for information of the observers.
Two separate programs exist in the VAX to access weather information and to log it.
As we don't have an anemometer but do have wind speed limits for operation we usually use information from JCMT for this purpose.
Cross-calibration is done by obtaining the weather data from JCMT and comparing readings taken during the same time intervals. The programs and procedures used in this sit in USER:[MAREN.UTIL.WEATHER.CAL].
CAL.COM takes one argument, the date, in form yymmdd. It then first runs FTPFILE which writes the ftp command file, then FTP, using the just produced command file, to transfer the required weather log over from JCMT. SEARCH is used the reduce the rather large JCMT weather log to something that doesn't contain a whole lot more than the time interval and the humidity readings. GREGFILE then takes the JCMT humidity file together with our own ones (JCMT are running on HST, so one file from one telescope will always require two from the other one) to produce a three column ASCII file that contains the time and the two humidity readings.
@USER:[MAREN]START_JCMT_WEATHER_ALPHA_NOLOG
(it does sometimes hang or crash but this is rather rare).
This again is a DCL procedure that runs other procedures and programs, all of which can be found in $2$DKB0:[CSO.UTIL.WEATHER] (caveat: none of this works if the VAX and the Alpha aren't clustered right). It produces several output files each time it runs but purges them each time. The files of interest, and available both via DCL commands and on the world wide web, live in USER3:[HTML] and are called JCMT_WEATHER.DAT and JCMT.LOG. The DCL commands that display (type) them are JCMT_WEATHER and JCMT_LOG respectively.
back to CSO documentation page
back to CSO reference page
Maren Purves, maren@poliahu.submm.caltech.edu
Oct. 23, 1996