                                 CV884


Program Description:

  Allows you to convert single-polarization ADTS images from 8-8-4
  formatted files to raw (headerless) complex [32-bit real, 32-bit
  imaginary] formatted files.


Program Usage:

  cv884 <884 infile> <Complex RAW outfile>


Description of Arguments:

  <884 infile>         : Single-image, 8-8-4 input file to be converted
  <Complex RAW outfile>: Converted output file in RAW complex format


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


Compiling & Linking Code:

   a) gcc -o cv884 cv884.c -lm [enter]
      
      NOTE: You can use other C compilers. Edit .mk file as necessary.

   b) Using the Makefile [cv884.mk]:

      Perform the following steps:

      % make -f cv884.mk         [Creates executable:  cv884]
      % make -f cv884.mk clean   [Deletes object code       ]
 
