AGOGraph.html - Source Code
This is the webpage for the AGO maintenance and weather data interactive request form. This site can be used to obtain spreadsheets and/or graphs of this data for each of the AGO stations and each of the AGO channels (a list of time intervals is given on this webpage). It calls the AGOChannel.php upon form submission.
Location: /Library/WebServer/Documents/ago/.
AGOGraph.php
This is the PHP program that is called by AGOGraph.html in order to produce the spreadsheets and/or graphs (using a different combination of Java programs for each format revision) of the maintenance and weather data for the web interface.
Location: /Library/WebServer/Documents/ago/.
AGO_LIST.DAT
This is just a simple text file that is used by the AGOGraph.php program and Java programs to match up each of the AGOs with their ID number (Ex: P1 => 20655).
readargos.java
Interprets the raw AGO data retreived between 2003 and 2006 (for P1, P2, and P5) via Service ARGOS and outputs a CSV-formatted spreadsheet of resulting data, sorted by the timestamp. If specified, program will also filter out any data it believes to be arbitrary or invalid.
Location: /Library/WebServer/Documents/ago/plot/.
readargos2.java
Interprets the raw AGO data retrieved between 1999 and 2003 (for some, 2006 for all) via Service ARGOS and outputs five CSV-formatted spreadsheets sorted by the timestamp. If specified, program will also filter out any data it believes to be arbitrary.
Located in: /Library/WebServer/Documents/ago/plot/.
readargos3.java
Interprets the raw AGO data retreived on 1998 or earlier via Service ARGOS and outputs two CSV-formatted spreadsheets of resulting data, sorted by the timestamp. If specified, program will also filter out any data it believes to be arbitrary or invalid.
Location: /Library/WebServer/Documents/ago/plot/.
readargos4.java
Interprets the raw AGO data retreived on 2006 or later via Service ARGOS and outputs a CSV-formatted spreadsheet of resulting data, sorted by the timestamp. If specified, program will also filter out any data it believes to be arbitrary or invalid.
Location: /Library/WebServer/Documents/ago/plot/.
graphargos.java
A graphing utility that imports the spreadsheet generated by readargos.java and generates the Weather, Temperature, and Power Supplies graphs in their own separate JPEG files.
Located in: /Library/WebServer/Documents/ago/plot/.
graphargos2.java
A graphing utility that imports the spreadsheet generated by readargos4.java and generates the Temperature, Currents, and Voltages graphs in their own separate JPEG files.
Located in: /Library/WebServer/Documents/ago/plot/.
graphargos07.java
A graphing utility that imports the spreadsheet generated by readargos2.java and generates the Weather graphs in their own separate JPEG files.
Located in: /Library/WebServer/Documents/ago/plot/.
graphargos08.java
A graphing utility that imports the spreadsheet generated by readargos2.java and generates the Power Supplies graphs in their own separate JPEG files.
Located in: /Library/WebServer/Documents/ago/plot/.
graphargos09.java
A graphing utility that imports the spreadsheet generated by readargos2.java and generates the Weather & Power Supplies graphs in their own separate JPEG files.
Located in: /Library/WebServer/Documents/ago/plot/.
graphargos0A.java
A graphing utility that imports the spreadsheet generated by readargos2.java and generates the Instrument Currents graphs in their own separate JPEG files.
Located in: /Library/WebServer/Documents/ago/plot/.
graphargos0B.java
A graphing utility that imports the spreadsheet generated by readargos3.java and generates the Data Storage graphs in their own separate JPEG files.
Located in: /Library/WebServer/Documents/ago/plot/.
graphargosone.java
A graphing utility that imports the spreadsheet generated by readargos3.java and generates the Status and Currents graphs in their own separate JPEG files.
Located in: /Library/WebServer/Documents/ago/plot/.
graphargostwo.java
A graphing utility that imports the spreadsheet generated by readargos3.java and generates the Voltages/Temperatures and Weather graphs in their own separate JPEG files.
Located in: /Library/WebServer/ago/plot/.