--------------------------------------------------------------------------------------
SPICA_READ_1A program


BUILDING SPICA_READ_1A
----------------------
The SPICA_READ_1A project contains 3 *.c source files and 3 *.h header files 
located in the "src" directory.

The user should use GCC to build the program.

The builded CFITSIO library must be located at the same level than the "src" 
directory. To build the library, please take a look at the cfitsio/README file.
The CFITSIO library can be download at this adress: 
http://heasarc.gsfc.nasa.gov/fitsio/

The GCC libm and libnsl libraries must be also available on the user system.

To build the SPICA_READ_1A program on Unix systems, follow those 3 steps:

 >  ./configure [--prefix=/target/installation/path]
 >  make          (or  'make shared')
 >  make install  (optional, user must have write permission on /usr/local/bin/)


USING SPICA_READ_1A
---------------------

 > /src/./spica_read_1A --version 
   ==> should display version number of the program
 > /src/./spica_read_1A SPICAM/V_1A_FITS_FILE --info 
   ==> should display inforfmation of the observation

DOCUMENTATION
-------------

The documentation for the SPICA_READ_1A program is available in the current directory

---------------------------------------------------------------------------------------
