/*  Contents of format file  "ROMAP_MAG_RAWSC.FMT"  (Edited Science data)  */

OBJECT               = COLUMN
    NAME              = "UTC"
    DATA_TYPE         = TIME
    START_BYTE        = 1
    BYTES             = 23
    DESCRIPTION       = "This column represents the UTC
                         Of the magnetic field vector in PDS standard format
                         YYYY-MM-DDThh:mm:ss.sss"
END_OBJECT           = COLUMN

OBJECT               = COLUMN
    NAME             = "OBT"
    DATA_TYPE        = ASCII_REAL
    START_BYTE       = 25
    BYTES            = 15
    UNIT             = SECOND
    FORMAT           = "F15.5"
    DESCRIPTION      = "ROMAP 4 bytes counter representing the measurement
                        time synchronized with Lander On Board Time.
                        The time resolution is 0.03125 s"
END_OBJECT         = COLUMN

OBJECT             = COLUMN
    NAME             = "BX"
    DATA_TYPE        = ASCII_INTEGER
    START_BYTE       = 41
    BYTES            = 7
    FORMAT           = "I7"
    UNIT             = "ADC_COUNTS"
    DESCRIPTION      = "Magnetic field X component,
                       Uncalibrated raw data in instrument coordinates"
END_OBJECT         = COLUMN

OBJECT             = COLUMN
    NAME             = "BY"
    DATA_TYPE        = ASCII_INTEGER
    START_BYTE       = 49
    BYTES            = 7
    FORMAT           = "I7"
    UNIT             = "ADC_COUNTS"
    DESCRIPTION      = "Magnetic field Y component,
                       Uncalibrated raw data in instrument coordinates"
END_OBJECT         = COLUMN

OBJECT             = COLUMN
    NAME             = "BZ"
    DATA_TYPE        = ASCII_INTEGER
    START_BYTE       = 57
    BYTES            = 7
    FORMAT           = "I7"
    UNIT             = "ADC_COUNTS"
    DESCRIPTION      = "Magnetic field Z component,
                       Uncalibrated raw data in instrument coordinates"
END_OBJECT         = COLUMN