home *** CD-ROM | disk | FTP | other *** search
/ Voyagers to the Outer Planets 2: Uranus / VoyagestotheOuterPlanetsVol2.cdr / label / linesufx.lbl < prev   
Text File  |  1988-09-14  |  4KB  |  115 lines

  1. NJPL1Q00PDS100000000 = SFDU_LABEL
  2. OBJECT               = LINE_SUFFIX_STRUCTURE
  3. FORMAT               = BINARY
  4. BYTES                = 36
  5. NOTE                 = "Voyager Image Line-suffix Structure.   This
  6.   label describes the structure of the 36-byte suffix at the end of
  7.   every 800-byte image line in the IMAGE object of every image file
  8.   on the Voyager CD-ROMs."
  9.  
  10.   OBJECT           = FDS_MOD16_NUMBER
  11.     START_BYTE     = 1
  12.     TYPE           = VAX_INTEGER
  13.     BYTES          = 2
  14.     NOTE           = "Flight Data Subsystem (FDS) clock count, modulo
  15.     16-bit (65536) count, which comprises the first 5 digits (xxxxx)
  16.     of an image number xxxxx.yy."
  17.   END_OBJECT
  18.  
  19.   OBJECT           = FDS_MOD60_NUMBER
  20.     START_BYTE     = 3
  21.     TYPE           = VAX_INTEGER
  22.     BYTES          = 2
  23.     NOTE           = "Flight Data Subsystem (FDS) clock count, modulo
  24.     60 count, which comprises the last two digits (yy) of an image
  25.     number xxxxx.yy."
  26.   END_OBJECT
  27.  
  28.   OBJECT           = FDS_LINE_NUMBER
  29.     START_BYTE     = 5
  30.     TYPE           = VAX_INTEGER
  31.     BYTES          = 2
  32.     NOTE           = "Flight Data Subsystem line number, extracted
  33.     from the telemetry record header information."
  34.   END_OBJECT
  35.  
  36.   OBJECT           = MTIS_LINE_NUMBER
  37.     START_BYTE     = 7
  38.     TYPE           = VAX_INTEGER
  39.     BYTES          = 2
  40.     NOTE           = "Sequential line number calculated by the Mission
  41.     and Test Imaging Subsystem during production of the Experiment
  42.     Data Record."
  43.   END_OBJECT
  44.  
  45.   OBJECT           = MISSING_FRAMES
  46.     START_BYTE     = 9
  47.     TYPE           = VAX_INTEGER
  48.     BYTES          = 2
  49.     NOTE           = "Number of telemetry frames missing from this
  50.     line."
  51.   END_OBJECT
  52.  
  53.   OBJECT           = RETAINED_FRAME_BITS
  54.     ITEMS          = 10
  55.     ITEM_TYPE      = VAX_INTEGER
  56.     START_BYTE     = 11
  57.     ITEM_BYTES     = 2
  58.     NOTE           = "An array of 10 values representing the number of
  59.     bits retained in each frame which was used to create the image line."
  60.   END_OBJECT
  61.  
  62.  
  63.   OBJECT           = INPUT_TYPE
  64.     TYPE           = UNSIGNED_INTEGER
  65.     START_BYTE     = 31
  66.     BITS           = 8
  67.     NOTE           = "Input data type.  Logical sum (result of
  68.     successive inclusive-or operations) of input type values of
  69.     all line records in the file.  Values are:
  70.  
  71.      0 - Voyager 2;
  72.      1 - Voyager 1;
  73.      2 - Proof Test Model data;
  74.      3 - Not Used;
  75.      4 - External Simulation (DSN spacecraft 41);
  76.      5 - External Simulation (DSN spacecraft 42);
  77.      6 - Voyager 2 test data;
  78.      7 - Voyager 1 test data."
  79.   END_OBJECT
  80.  
  81.   OBJECT           = INPUT_SOURCE
  82.     TYPE           = UNSIGNED_INTEGER
  83.     START_BYTE     = 32
  84.     BITS           = 8
  85.     NOTE           = "Input data source.  Logical sum (result of
  86.     successive inclusive-or operations) of input source values of
  87.     all line records in the file.  The values are:
  88.  
  89.      0 - Not Used;
  90.      1 - Real Time data;
  91.      2 - System Data Record (SDR) tape data;
  92.      3 - Intermediate Data Record (IDR) tape data;
  93.      4 - Experiment Data Record (EDR) tape data (reprocessed);
  94.      7 - Fill data."
  95.   END_OBJECT
  96.  
  97.   OBJECT           = FIRST_SAMPLE_NUMBER
  98.     START_BYTE     = 33
  99.     TYPE           = VAX_INTEGER
  100.     BYTES          = 2
  101.     NOTE           = "First sample value (pixel) not artificially
  102.                       zeroed (1-800)."
  103.   END_OBJECT
  104.  
  105.   OBJECT           = LAST_SAMPLE_NUMBER
  106.     START_BYTE     = 35
  107.     TYPE           = VAX_INTEGER
  108.     BYTES          = 2
  109.     NOTE           = "Last sample value (pixel) not artificially
  110.                       zeroed (1-800)"
  111.   END_OBJECT
  112.  
  113. END_OBJECT          = LINE_SUFFIX_STRUCTURE
  114. END
  115.