Download this file

PDS_VERSION_ID = PDS3                                                         
RECORD_TYPE = UNDEFINED                                                       
                                                                              
^ASCII_DOCUMENT = ( "00README.ASC"                                            
                  , "GETSWAPPLOTDATA.PRO"                                     
                  , "JUPSWAP.LST"                                             
                  , "SWAPPLOTS.PRO"                                           
                  , "TVIMAGE.PRO"                                             
                  )                                                           
                                                                              
^PNG_DOCUMENT = "SWAPSGRAM.PNG"                                               
                                                                              
MISSION_NAME = "NEW HORIZONS"                                                 
DATA_SET_ID  = { "NH-J-SWAP-2-JUPITER-V2.0"                                   
               , "NH-J-SWAP-3-JUPITER-V2.0"                                   
               , "NH-X-SWAP-2-LAUNCH-V2.0"                                    
               , "NH-X-SWAP-3-LAUNCH-V2.0"                                    
               }                                                              
                                                                              
PRODUCER_INSTITUTION_NAME    = "SOUTHWEST RESEARCH INSTITUTE"                 
PRODUCT_CREATION_TIME        = 2009-02-25T00:00:00                            
                                                                              
INSTRUMENT_HOST_NAME         = "NEW HORIZONS"                                 
                                                                              
                                                                              
DESCRIPTION = "The following is from the file 00README.ASC that is            
               distributed with these code samples.                           
                                                                              
Overview                                                                      
========                                                                      
                                                                              
The files in this directory are a very rough but successful attempt           
to generate plots similar to the summary plots that are distributed           
with the SWAP PDS archive data sets.  These files are only meant to           
be used as an example to help SWAP data users generate their own              
plots or other data products from the SWAP data sets.  The only               
documentation is the manifest below and the comments in the IDL               
routines.                                                                     
                                                                              
                                                                              
Manifest of files                                                             
=================                                                             
                                                                              
SwapSgram.png        Sample plot generated by this code                       
                                                                              
swapplots.pro        IDL routine to plot data similar to SWAP summary plots   
                                                                              
getswapplotdata.pro  IDL routine to read data from SWAP archive               
                                                                              
jupswap.lst          List of ten SWAP data files, argument to getswapplotdata 
                                                                              
tvimage.pro          Utility file to put embed images within plots            
                                                                              
nhjusw_3             Symbolic link (shortcut) to SWAP data; excluded from .ZIP
                                                                              
00readme.txt         This file"                                               
                                                                              
                                                                              
OBJECT = ASCII_DOCUMENT                                                       
  DOCUMENT_FORMAT            = TEXT                                           
  DOCUMENT_NAME              = "CODE SAMPLES TO AID THE USER IN VIEWING       
                                AND INTERPRETING SWAP DATA"                   
  DOCUMENT_TOPIC_TYPE        = "INSTRUMENT AND DATA SET DESCRIPTION"          
  INTERCHANGE_FORMAT         = ASCII                                          
  PUBLICATION_DATE           = 2009-02-25                                     
END_OBJECT = ASCII_DOCUMENT                                                   
                                                                              
OBJECT = PNG_DOCUMENT                                                         
  DOCUMENT_FORMAT            = "PNG"                                          
  DOCUMENT_NAME              = "SAMPLE SWAP SUMMARY PLOT"                     
  DOCUMENT_TOPIC_TYPE        = "INSTRUMENT AND DATA SET DESCRIPTION"          
  INTERCHANGE_FORMAT         = BINARY                                         
  PUBLICATION_DATE           = 2009-02-25                                     
END_OBJECT = PNG_DOCUMENT                                                     
                                                                              
END