/* The key word "MISSING_CONSTANT" indicates a data value which represents*/ /* missing or bad data (i.e. the data flag value) for the column. */ OBJECT = COLUMN NAME = "TIME" COLUMN_NUMBER = 1 UNIT = "SECONDS" DATA_TYPE = TIME START_BYTE = 1 BYTES = 24 DESCRIPTION = " Time column. This field contains time in PDS format: yyyy-mm-ddThh:mm:ss.sssZ. The individual elements of the time field can be read using the FORTRAN format statement (i4,4(1x,i2),1x,f6.3,1x) yr, mon, day, hr, min, sec." END_OBJECT = COLUMN OBJECT = COLUMN NAME = "R" COLUMN_NUMBER = 2 UNIT = "RADII" DATA_TYPE = ASCII_REAL START_BYTE = 26 BYTES = 12 MISSING_CONSTANT = -999.99999 DESCRIPTION = " Column heliocentric Sun to spacecraft range in units of astronomical units (1 AU = 149674000 km)." END_OBJECT = COLUMN OBJECT = COLUMN NAME = "LAT" COLUMN_NUMBER = 3 UNIT = "DEGREES" DATA_TYPE = ASCII_REAL START_BYTE = 37 BYTES = 8 MISSING_CONSTANT = -999.999 DESCRIPTION = " Column contains spacecraft heliocentric latitude measured from the solar equatorial plane (positive above the plane) in degrees." END_OBJECT = COLUMN OBJECT = COLUMN NAME = "LON" COLUMN_NUMBER = 4 UNIT = "DEGREES" DATA_TYPE = ASCII_REAL START_BYTE = 46 BYTES = 8 MISSING_CONSTANT = -999.999 DESCRIPTION = " Column contains spacecraft heliocentric longitude (increasing in the direction of planetary orbital motion) in degrees." END_OBJECT = COLUMN OBJECT = COLUMN NAME = "LOCTIME" COLUMN_NUMBER = 5 UNIT = "HOURS" DATA_TYPE = ASCII_REAL START_BYTE = 55 BYTES = 8 MISSING_CONSTANT = -999.999 DESCRIPTION = " Column contains spacecraft local time in decimal hours." END_OBJECT = COLUMN