PDS_VERSION_ID        = PDS3                                                  
                                                                              
RECORD_TYPE           = FIXED_LENGTH                                          
RECORD_BYTES          = 80                                                    
                                                                              
RELEASE_ID            = 0001                                                  
REVISION_ID           = 0000                                                  
OBJECT                = TEXT                                                  
  INTERCHANGE_FORMAT    = ASCII                                               
  PUBLICATION_DATE       = 2014-04-16                                         
  NOTE                   = "SPICAM_READ1A"                                    
END_OBJECT            = TEXT                                                  
                                                                              
END                                                                           
                                                                              
IDL Supported Version(s): 6.x                                                 
                                                                              
                                                                              
DESCRIPTION:                                                                  
===========                                                                   
SPICAM-UV software                                                            
                                                                              
Unzipping SPICAM_READ1A.ZIP will create a subdirectory, SPICAM_READP1A.       
The main procedure for reading level 1A SPICAM data is SPICA_Read_1A.pro      
                                                                              
After entering IDL, compile and run the routine. This routine use the astron  
and fits librairies of IDL. You can also find them in the /lib subdirectory.  
                                                                              
                                                                              
Application :                                                                 
For example, if you select the file "SPIM_1AU_0485A01_E_01.FIT" in the DATA   
directory of this package,the following message will be displayed:            
                                                                              
IDL> path_data = ‘/DATA/MARS/MTP001_00483_00582/SPIM_1AU_00485A01_E_01.FIT’   
IDL> DATA = SPICA_READ_1A(path_data)                                          
The file SPIM_1AU_00485A01_E_01.FIT was read succesfully!                     
                                                                              
You now have read the FIT file, and you can access to the data and information
contained in this file :                                                      
IDL> help, DATA                                                               
** Structure <11f1a08>, 8 tags, length=10831160, data length=10828024, refs=1:
   CLEANDATA       FLOAT     Array[408, 521, 5]                               
   INFO            STRUCT    -> <Anonymous> Array[1]                          
   PARAMETERS      STRUCT    -> <Anonymous> Array[1]                          
   FLAG            INT       Array[408, 521, 5]                               
   ERRDATA         FLOAT     Array[408, 521, 5]                               
   GEOINFO         STRUCT    -> <Anonymous> Array[1]                          
   GEO             STRUCT    -> <Anonymous> Array[1]                          
   GEOUNITS        STRUCT    -> <Anonymous> Array[1]                          
IDL>                                                                          
                                                                              
