                                [DUMP884HDR]


Program Description:

     Allows the user to dump all headers for a standard ADTS
     4-polarization 8-8-4 formatted file to a user-specified output
     file.


Program Usage:

     dump884hdr <ADTS infile> <Header outfile>


Description of Arguments:

     <ADTS infile> input filename in ADTS file format
     <Header outfile> output filename


Files Necessary to Compile:

     * Include : adts.h
     * Source  : dump884hdr.c
                 getimgloc.c
     * Make    : dump884hdr.mk (optional)


Compiling and Linking Code:

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

   b) Using the Makefile [dump884hdr.mk]:

      Perform the following steps:

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



