home *** CD-ROM | disk | FTP | other *** search
/ Voyagers to the Outer Planets 2: Uranus / VoyagestotheOuterPlanetsVol2.cdr / index / imgindex.lbl < prev    next >
Text File  |  1988-09-14  |  10KB  |  267 lines

  1. NJPL1I00PDS100000000    = SFDU_LABEL
  2. /*  This label describes the structure of the Index Table on each
  3. /*  Voyager Image CD-ROM.  The table contains one row for each image
  4. /*  file on the CD-ROM.  The image index table is formatted so that
  5. /*  it may be read directly into many data management systems on
  6. /*  various host computers.  All fields (columns) are separated by
  7. /*  commas, and character fields are enclosed in quotes.  Each
  8. /*  record consists of 512 bytes, with a carriage return/line feed
  9. /*  sequence in bytes 511 and 512.  This allows the table to be
  10. /*  treated as a fixed length record file on hosts which support this
  11. /*  file type and as a normal text file on other hosts.
  12. /*
  13. RECORD_TYPE             = FIXED_LENGTH
  14. RECORD_BYTES            = 512
  15. RECORDS                 = 6538
  16. ^IMAGE_INDEX_TABLE      = 'IMGINDEX.TAB'
  17. OBJECT                  = IMAGE_INDEX_TABLE
  18.  FORMAT                 = ASCII
  19.  ROWS                   = 6538
  20.  ROW_BYTES              = 512
  21.  ROW_COLUMNS            = 22
  22.  SPACECRAFT_NAME        = VOYAGER_2
  23.  INSTRUMENT_NAME        = {NARROW_ANGLE_CAMERA, WIDE_ANGLE_CAMERA}
  24.  MISSION_PHASE_NAME     = URANUS_ENCOUNTER
  25.  NOTE                   = "Image Index Table File of Voyager Image
  26.  Information.  The ODL object descriptions in this file describe the
  27.  data fields in each row of the table."
  28.  
  29.   OBJECT                = SPACECRAFT_NAME
  30.    TYPE                 = CHARACTER
  31.    START_BYTE           = 2
  32.    BYTES                = 9
  33.    FORMAT               = A9
  34.    NOTE                 = "Spacecraft name associated with the image.
  35.    Valid values are VOYAGER_1 and VOYAGER_2."
  36.   END_OBJECT
  37.  
  38.   OBJECT                = MISSION_PHASE_NAME
  39.    TYPE                 = CHARACTER
  40.    START_BYTE           = 14
  41.    BYTES                = 17
  42.    FORMAT               = A17
  43.    NOTE                 = "Name of mission phase for this image
  44.    (URANUS_ENCOUNTER, JUPITER_ENCOUNTER, SATURN_ENCOUNTER, or
  45.    NEPTUNE_ENCOUNTER)."
  46.   END_OBJECT
  47.  
  48.   OBJECT                = TARGET_NAME
  49.    TYPE                 = CHARACTER
  50.    START_BYTE           = 34
  51.    BYTES                = 8
  52.    FORMAT               = A8
  53.    NOTE                 = "Observational target of the image."
  54.   END_OBJECT
  55.  
  56.   OBJECT                = IMAGE_ID
  57.    TYPE                 = CHARACTER
  58.    START_BYTE           = 45
  59.    BYTES                = 10
  60.    FORMAT               = A10
  61.    NOTE                 = "Image identification, which takes the form:
  62.    nnnnes+ddd, where 'nnnn' = picture sequence number for a given
  63.    day, 'e' = planet of encounter (J=Jupiter, S=Saturn, U=Uranus,
  64.    N=Neptune), 's' = Voyager spacecraft (1 or 2), - sign indicates
  65.    before and a + sign indicates after closest planetary approach.
  66.    'ddd' = number of days from closest approach."
  67.   END_OBJECT
  68.  
  69.   OBJECT                = IMAGE_NUMBER
  70.    TYPE                 = REAL
  71.    START_BYTE           = 57
  72.    BYTES                = 8
  73.    FORMAT               = 'F8.2'
  74.    NOTE                 = "The unique number which identifies this
  75.    image.  IMAGE_NUMBER is extracted from the Flight Data Subsystem
  76.    (FDS) clock count at time of image acquisition.  For Voyager
  77.    images the number is a seven-digit value, with 5 digits to the
  78.    left of the decimal point (the modulo 16-bit (65536) count and 2
  79.    digits to the right of the decimal point (the modulo 60 count)."
  80.   END_OBJECT
  81.  
  82.   OBJECT                = IMAGE_TIME
  83.    TYPE                 = TIME
  84.    START_BYTE           = 67
  85.    BYTES                = 20
  86.    FORMAT               = A20
  87.    NOTE                 = "Time at which image was acquired, in the
  88.    format yyyy-mm-ddThh:mm:ssZ.  The time system is Universal Time
  89.    (UTC).  'yyyy' = year, 'mm' = month, 'dd' = day of month,
  90.    'hh' = hour, 'mm' = minute, 'ss' = second."
  91.   END_OBJECT
  92.  
  93.   OBJECT                = EARTH_RECEIVED_TIME
  94.    TYPE                 = TIME
  95.    START_BYTE           = 90
  96.    BYTES                = 20
  97.    FORMAT               = A20
  98.    NOTE                 = "Time at which image data was received on
  99.    earth, in the format yyyy-mm-ddThh:mm:ssZ.  The time system is
  100.    Universal Time (UTC). 'yyyy' = year, 'mm' = month,
  101.    'dd' = day of month, 'hh' = hour, 'mm' = minute, 'ss' = second."
  102.   END_OBJECT
  103.  
  104.   OBJECT                = INSTRUMENT_NAME
  105.    TYPE                 = CHARACTER
  106.    START_BYTE           = 113
  107.    BYTES                = 19
  108.    FORMAT               = A19
  109.    NOTE                 = "Camera used to acquire the image.
  110.    Values are NARROW_ANGLE_CAMERA or WIDE_ANGLE_CAMERA."
  111.   END_OBJECT
  112.  
  113.   OBJECT                = SCAN_MODE_ID
  114.    TYPE                 = CHARACTER
  115.    START_BYTE           = 135
  116.    BYTES                = 7
  117.    FORMAT               = A7
  118.    NOTE                 = "Scan rate of vidicon read out.  Values
  119.    can be '1:1', '2:1', '3:1', '5:1', and '10:1'. The instrument scan
  120.    rate affects the radiometric properties of the camera because of
  121.    the dark current buildup on the vidicon."
  122.   END_OBJECT
  123.  
  124.   OBJECT                = SHUTTER_MODE_ID
  125.    TYPE                 = CHARACTER
  126.    START_BYTE           = 145
  127.    BYTES                = 7
  128.    FORMAT               = A7
  129.    NOTE                 = "Instrument shutter mode. Permitted values
  130.    are:
  131.  
  132.    NAONLY - narrow angle camera shuttered only;
  133.    WAONLY - wide angle camera shuttered only;
  134.    BOTSIM - both cameras shuttered simultaneously;
  135.    BSIMAN - BOTSIM mode followed by NAONLY;
  136.    BODARK - shutter remained closed for narrow and wide angle camera;
  137.    NADARK - narrow angle read out without shuttering;
  138.    WADARK - wide angle read out without shuttering."
  139.   END_OBJECT
  140.  
  141.   OBJECT                = GAIN_MODE_ID
  142.    TYPE                 = CHARACTER
  143.    START_BYTE           = 155
  144.    BYTES                = 7
  145.    FORMAT               = A7
  146.    NOTE                 = "Gain mode (LOW or HIGH) of the camera."
  147.   END_OBJECT
  148.  
  149.   OBJECT                = EDIT_MODE_ID
  150.    TYPE                 = CHARACTER
  151.    START_BYTE           = 165
  152.    BYTES                = 7
  153.    FORMAT               = A7
  154.    NOTE                 = "Edit mode of the camera.  Values are
  155.    '1:1',which indicates the full resolution of the vidicon,
  156.    and '3:4', '1:2', '1:3', '1:5', and '1:10' for partial resolution
  157.    images.  Indicates amount of data read from the vidicon."
  158.   END_OBJECT
  159.  
  160.   OBJECT                = FILTER_NAME
  161.    TYPE                 = CHARACTER
  162.    START_BYTE           = 175
  163.    BYTES                = 7
  164.    FORMAT               = A7
  165.    NOTE                 = "Optical filter used for the image.
  166.    Permitted values are CLEAR, CH4_U, CH4_JS, UV, VIOLET, BLUE,
  167.    GREEN, ORANGE, and NAD."
  168.   END_OBJECT
  169.  
  170.   OBJECT                = FILTER_NUMBER
  171.    TYPE                 = INTEGER
  172.    START_BYTE           = 184
  173.    BYTES                = 4
  174.    FORMAT               = I4
  175.    NOTE                 = "Optical filter number, contains the unique
  176.    number associated with the optical filter for the image.  Needed to
  177.    differentiate between the two CLEAR filters on the Voyager narrow
  178.    angle camera."
  179.   END_OBJECT
  180.  
  181.   OBJECT                = EXPOSURE_DURATION
  182.    TYPE                 = REAL
  183.    START_BYTE           = 189
  184.    BYTES                = 7
  185.    FORMAT               = 'F7.4'
  186.    NOTE                 = "Exposure duration for the image, in seconds."
  187.   END_OBJECT
  188.  
  189.   OBJECT                = NOTE
  190.    TYPE                 = CHARACTER
  191.    START_BYTE           = 198
  192.    BYTES                = 80
  193.    FORMAT               = A80
  194.    NOTE                 = "Observational intent of the image."
  195.   END_OBJECT
  196.  
  197.   OBJECT                = SAMPLE_BIT_MASK
  198.    TYPE                 = CHARACTER
  199.    START_BYTE           = 281
  200.    BYTES                = 8
  201.    FORMAT               = A8
  202.    NOTE                 = "A string of binary digits showing which
  203.    bits are active in the sample value, values are 11111111 when all
  204.    bits are active, and 11111110 when the least significant bit
  205.    does not contain valid data."
  206.   END_OBJECT
  207.  
  208.   OBJECT                = DATA_ANOMALY_TYPE
  209.    TYPE                 = CHARACTER
  210.    START_BYTE           = 292
  211.    BYTES                = 6
  212.    FORMAT               = A6
  213.    NOTE                 = "A text field which identifies anomalies
  214.    associated with an image.  A value of NONE indicates that no
  215.    anomalies were detected.  A value of RAMCOR indicates that
  216.    spurious values exist in the image data due to corruption of
  217.    the random access memory onboard the spacecraft.  Note that
  218.    the DATA_ANOMALY_TYPE keyword is not present in the labels of
  219.    images for which no anomalies were detected, and has a value
  220.    of RAM_DATA_CORRUPTION if the image was corrupted."
  221.   END_OBJECT
  222.  
  223.   OBJECT                = IMAGE_VOLUME_ID
  224.    TYPE                 = CHARACTER
  225.    START_BYTE           = 301
  226.    BYTES                = 8
  227.    FORMAT               = A8
  228.    NOTE                 = "CD-ROM volume on which the image file is
  229.    recorded (VG_0001, etc.)."
  230.   END_OBJECT
  231.  
  232.   OBJECT                = IMAGE_FILE_NAME
  233.    TYPE                 = CHARACTER
  234.    START_BYTE           = 312
  235.    BYTES                = 31
  236.    FORMAT               = A31
  237.    NOTE                 = "Fully qualified CD-ROM file name for the
  238.    image file.  Recorded in VAX directory format, with brackets
  239.    indicating the directory heirarchy.  Users on other systems will
  240.    need to convert the directory names to other operating system
  241.    formats."
  242.   END_OBJECT
  243.  
  244.   OBJECT                = BROWSE_VOLUME_ID
  245.    TYPE                 = CHARACTER
  246.    START_BYTE           = 346
  247.    BYTES                = 8
  248.    FORMAT               = A8
  249.    NOTE                 = "CD-ROM volume on which the browse version of
  250.    the image file is recorded (VG_0003, etc)."
  251.   END_OBJECT
  252.  
  253.   OBJECT                = BROWSE_FILE_NAME
  254.    TYPE                 = CHARACTER
  255.    START_BYTE           = 357
  256.    BYTES                = 38
  257.    FORMAT               = A38
  258.    NOTE                 = "Fully qualified CD-ROM file name for the
  259.    browse version of the image file.  Recorded in VAX directory format,
  260.    with brackets indicating the directory heirarchy.  Users on other
  261.    systems will need to convert the directory names to other operating
  262.    system formats."
  263.   END_OBJECT
  264.  
  265. END_OBJECT              = IMAGE_INDEX_TABLE
  266. END
  267.