/* PDS FORMAT FILE FOR RAD SCIENCE EDR */
OBJECT = CONTAINER
NAME = FRAME_HEADER
^STRUCTURE = "FRAME_HEADER.FMT" /*points to the columns */
START_BYTE = 1
BYTES = 12
REPETITIONS = 1
DESCRIPTION = "This container represents the format of the
frame header structure found at the beginning
of an instrument frame. "
END_OBJECT = CONTAINER
OBJECT = CONTAINER
NAME = SCIENCE_OBSERVATION
^STRUCTURE = "SCIENCE_OBSERVATION.FMT" /*points to the columns */
START_BYTE = 13
BYTES = 16384
REPETITIONS = 1
DESCRIPTION = "This container represents the format of the
science observation structure."
END_OBJECT = CONTAINER
OBJECT = COLUMN
NAME = ERROR_CONTROL_VALUE
DATA_TYPE = MSB_UNSIGNED_INTEGER
START_BYTE = 16397
BYTES = 4
DESCRIPTION = "Contains a CRC or Fletcher checksum value
as indicated in the frame header control
and status error control type field."
END_OBJECT = COLUMN
|