/* Contents of format file "PTOLEMY_MD.FMT" (Memory Dump) */ OBJECT = COLUMN NAME = "TIME_CODE" DATA_TYPE = CHARACTER START_BYTE = 2 BYTES = 17 DESCRIPTION = "On board time represented as : Reset number (integer starting at 1) / seconds. Reset number 1 starts at 2003-01-01T00:00:00 UTC The time resolution is 1/65536 s" END_OBJECT = COLUMN OBJECT = COLUMN NAME = "UTC_TIME" DATA_TYPE = TIME START_BYTE = 21 BYTES = 23 DESCRIPTION = "This column represents the UTC Time in PDS standard format YYYY-MM-DDThh:mm:ss.sss" END_OBJECT = COLUMN OBJECT = COLUMN NAME = "MEMORY_TYPE" DATA_TYPE = CHARACTER START_BYTE = 46 BYTES = 6 DESCRIPTION = " ID for memory type ;three possible values : PROM EEPROM RAM" END_OBJECT = COLUMN OBJECT = COLUMN NAME = "MEMORY_ADDRESS" DATA_TYPE = CHARACTER START_BYTE = 55 BYTES = 8 DESCRIPTION = "32 bits start address of the memory dump block (Hexadecimal format)" END_OBJECT = COLUMN OBJECT = COLUMN NAME = "MEMORY_LENGTH" DATA_TYPE = ASCII_INTEGER START_BYTE = 65 BYTES = 3 FORMAT = "I3" DESCRIPTION = "Length (in bytes) of the memory dump block (32 words - of 2 bytes - maximum)" END_OBJECT = COLUMN OBJECT = COLUMN NAME = "MEMORY_DUMP" DATA_TYPE = CHARACTER START_BYTE = 70 BYTES = 159 DESCRIPTION = "Contents of the memory block (Hexadecimal format) Two consecutives blocks of 4 Hexadecimal characters are separated by a space " END_OBJECT = COLUMN