                                [DISP884HDR]

Program Description:

     Allows the user to display image headers as well as the "mission"
     parameter header for a standard ADTS 4-Polarization file in the
     8-8-4 format.  It displays the headers to the standard output
     (i.e. the screen).


Program Usage:

     disp884hdr <ADTS infile>

Description of Arguments:

     <ADTS infile>  Name of the ADTS input filename


Files Necessary to Compile:

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

Compiling and Linking Code:

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

   b) Using the Makefile [disp884hdr.mk]:

      Perform the following steps:

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



