                                 RAW884CNV


Program Description:

  Allows you to convert single-polarization ADTS images WITHOUT
  an 8-8-4 header to headerless (raw) complex [32-bit real, 32-bit
  imaginary formatted files.  Requires that you input the image
  dimensions.


Program Usage:

  raw884cnv <inname> <outname> <nsamples> <nlines>


Description of Arguments:

  <inname>             : Single Polarization 8-8-4 formatted image
                         WITHOUT header 
  <outname>            : Single Polarization complex image WITHOUT 
                         header
  <nsamps>             : Number of image samples (output image width)
  <nlines>             : Number of image lines (output image height)


Files Necessary to Compile:
 
   * Source : raw884cnv.c
   * Make   : raw884cnv.mk (optional)


Compiling & Linking Code:

   a) gcc -o raw884cnv raw884cnv.c -lm [enter]

      NOTE: You can use other C compilers. Edit .mk file as necessary.

   b) (Optional) Using the Makefile [raw884cnv.mk]:

      Perform the following steps:

      % make -f raw884cnv.mk         [Creates executable:  raw884cnv]
      % make -f raw884cnv.mk clean   [Deletes object code           ]
      % make -f raw884cnv.mk install [Moves raw884cnv to INSTALLDIR ]
 
