/* Contents of format file  "PTOLEMY_AX2.FMT" (Uncalibrated Auxiliary Data) */

OBJECT                  = COLUMN
   NAME                 = "LOBT"
   DATA_TYPE            = CHARACTER
   START_BYTE           = 2
   BYTES                = 14
   DESCRIPTION          = "Date of collection in lander On Board Time ;
                           LOBT IS REPRESENTED AS :
                           Reset number (integer starting at 1) / seconds.
                           Reset number 1 starts at 2003-01-01T00:00:00 UTC
                           The time resolution is 0.03125 s"
 END_OBJECT             = COLUMN

OBJECT                  = COLUMN
   NAME                 = "UTC"
   DATA_TYPE            = TIME
   START_BYTE           = 18
   BYTES                = 23
   DESCRIPTION          = "Date of collection in On-Ground time (UTC)
                           Format : YYYY-MM-DDThh:mm:ss.sss"
 END_OBJECT             = COLUMN  
 
OBJECT                  = COLUMN
   NAME                 = "CHANNEL_ID"
   DATA_TYPE            = ASCII_INTEGER
   START_BYTE           = 42
   BYTES                = 3
   FORMAT               = "I3"
   DESCRIPTION          = "Identifier for analogue channel with the 
                           following meaning (Id first):
                           00  Thermocouple Reactor R1
                           01  Thermocouple Reactor R2
                           02  Thermocouple Reactor R4
                           03  Thermocouple Reactor R5
                           04  Thermocouple Reactor R6
                           05  Thermocouple Reactor R7
                           06  Thermocouple Reactor R8
                           07  Thermocouple Reactor R9
                           08  Thermocouple Reactor R13
                           09  Thermocouple Reactor R15
                           10  L-Valve Thermocouple Lv1
                           11  L-Valve Thermocouple Lv2
                           12  NOT USED
                           13  NOT USED
                           14  L-Valve Thermocouple Lv5
                           15  L-Valve Thermocouple Lv6
                           16  L-Valve Thermocouple Lv7
                           17  Gc Heater Thermocouple 
                           18  Manifold1 Heater Thermocouple
                           19  Manifold2 Heater Thermocouple
                           20  Ion Trap Heater Thermocouple
                           21  Sample Oven Heater Thermocouple
                           22  Transfer Pipe Heater Thermocouple
                           23  Pressure gauge G1
                           24  Pressure gauge G2
                           25  Pressure gauge G3
                           26  Pressure gauge G4
                           27  Pressure gauge G5
                           28  Thermocouple Reactor R14
                           29-31  NOT USED
                           32-47  Reference Junction Thermometer (Ad590)
                           48-63  Docking Station Position
                           64-79  Nanotip Drive Voltage
                           80-95  Detector Voltage (Ht)
                           69-111  5v Voltage Monitor
                           112-127  28v Voltage Monitor
                           128-143  5v Current Monitor
                           144-159  28v Current Monitor
                           160-175  Rf Calibration
                           176-255  NOT USED"

 END_OBJECT             = COLUMN

OBJECT                  = COLUMN
   NAME                 = "ADC_READING"
   DATA_TYPE            = ASCII_REAL
   START_BYTE           = 46
   BYTES                = 8
   UNIT                 = VOLT
   FORMAT               = "F8.4"
   DESCRIPTION          = " 16 bit ADC reading of channel "
 END_OBJECT             = COLUMN