# TABLE.H -- Column definitions for the output table. define MAX_COLUMNS 4 define ROOT_COLUMN_NAME "ROOTNAME" define ROOT 1 define TIME_COLUMN_NAME "TIME" define TIME 2 define LONG_COLUMN_NAME "LONGITUDE" define LONGITUDE 3 define LAT_COLUMN_NAME "LATITUDE" define LATITUDE 4