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

  1. NJPL1I00PDS100000000 = SFDU_LABEL
  2. RECORD_TYPE          = STREAM
  3. OBJECT               = TEXT
  4.   NOTE               = "Notes on using the image index table."
  5. END_OBJECT
  6. END
  7.  
  8.              NOTES ON USING THE IMAGE INDEX TABLE
  9.  
  10.  
  11. The image index table contains one row (record) for each image file on 
  12. the Voyager Uranus CD-ROM disk set.  The table contains a total of 6538 
  13. rows, where rows 1 to 2838 identify the compressed images on volume 
  14. VG_0001, rows 2839 to 5389 describe the images on volume VG_0002, 
  15. and rows 5390 to 6538 describe the images on volume VG_0003.  
  16.  
  17. The image index table is formatted so that it may be read directly 
  18. into many data management systems on various host computers.  All 
  19. fields (columns) are separated by commas, and character fields are 
  20. enclosed in quotes.  Each record consists of 512 bytes, with a 
  21. carriage return/line feed sequence in bytes 511 and 512.  This allows
  22. the table to be treated as a fixed length record file on hosts which
  23. support this file type and as a normal text file on other hosts.
  24.  
  25. The structure and content of the image index table are described in
  26. file VOLINFO.TXT located in the DOCUMENT directory.  A label coded in
  27. the Object Description Language (ODL), providing a formal description
  28. of the index table structure, is located in file IMGINDEX.LBL.
  29.  
  30. Users of most commercial data management systems should be able to
  31. use the list below to define the names and characteristics of each
  32. field and then to load the table into their data manager using a
  33. delimited ASCII text input format.  If necessary the specific column
  34. start positions and lengths can be used to load the data.
  35.  
  36. For personal computer users a DBASE III DBF structure is also provided
  37. in the file IMGINDEX.DBF.  This file can be used to load the
  38. IMGINDEX.TAB file into DBASE III with the following commands:
  39.  
  40.   USE IMGINDEX
  41.   APPEND FROM IMGINDEX.TAB DELIMITED
  42.  
  43. Once the table is loaded into DBASE III, it can generally be
  44. automatically loaded into other data managers or spreadsheets which
  45. provide search and retrieval capabilities.
  46.  
  47. The list below presents each field in the image index table, along
  48. with a 10 character terse name for each field, the full PDS data
  49. dictionary name, the data type which would normally be used for
  50. loading the field into a data management system, the field width and
  51. the number of decimal places in numeric fields.
  52.  
  53.                 IMAGE INDEX FLAT TABLE CONTENTS
  54.  
  55. Field  Terse Name  Full Name            Type        Start  Width   Dec
  56. -----  ----------- -------------------  ----------  -----  -----   ---
  57.     1  SCNAME      SPACECRAFT_NAME      Character       2      9
  58.     2  MSNPHSNM    MISSION_PHASE_NAME   Character      14     17
  59.     3  TARGETNAME  TARGET_NAME          Character      34      8
  60.     4  IMAGEID     IMAGE_ID             Character      45     10
  61.     5  IMAGENUM    IMAGE_NUMBER         Numeric        57      8     2
  62.     6  IMAGETIME   IMAGE_TIME           Character      67     20
  63.     7  EARTHRCDTM  EARTH_RECEIVED_TIME  Character      90     20
  64.     8  INSTRNAME   INSTRUMENT_NAME      Character     113     19
  65.     9  SCANMODEID  SCAN_MODE_ID         Character     135      7
  66.    10  SHUTMODEID  SHUTTER_MODE_ID      Character     145      7
  67.    11  GAINMODEID  GAIN_MODE_ID         Character     155      7
  68.    12  EDITMODEID  EDIT_MODE_ID         Character     165      7
  69.    13  FILTERNAME  FILTER_NAME          Character     175      7
  70.    14  FILTERNUM   FILTER_NUMBER        Numeric       184      4
  71.    15  EXPOSUREDU  EXPOSURE_DURATION    Numeric       189      7     4
  72.    16  NOTE        NOTE                 Character     198     80
  73.    17  SMPLBITMSK  SAMPLE_BIT_MASK      Character     281      8
  74.    18  DATAANMTYP  DATA_ANOMALY_TYPE    Character     292      6
  75.    19  IMAGEVOLID  IMAGE_VOLUME_ID      Character     301      8
  76.    20  IMAGEFILNM  IMAGE_FILE_NAME      Character     312     31
  77.    21  BROWSVOLID  BROWSE_VOLUME_ID     Character     346      8
  78.    22  BROWSFILNM  BROWSE_FILE_NAME     Character     357     38
  79.