CONVERT884

Program Description:

Allows the user to convert a standard 4-Polarization image file in the 8-8-4 format to either a RAW(binary, headerless) complex image, a Raw Magnitude image (using sqrt(R^2 + I^2)), a raw magnitude squared, or a raw "RCS" image. [applies a sigma-to-rcs conversion factor). 

Version #:

1.0

What New:

Initial Version

Program Usage:

convert884 -i <infile> -o <outfile> -h -p <popt> -d <dopt> 

(ADTS Header ): [-h] Dump image headers to <outfile>.hdr 
(Polarization): [-p] <popt> --> 0: HH [def], 1: HV, 2: VH, 3: VV 
(Output Type) : [-d] <dopt> --> <dopt>: 

  • 0: RAW Complex Image [default] 
  • 1: RAW MAGNITUDE Image 
  • 2: RAW MAGNITUDE**2 [SIGMA-0] Image 
  • 3: RAW RCS Image 

Description of Arguments: 

  • <infile>: File to be converted
  • <outfile>:Converted filename
  • <popt>: Type of polarization
  • <dopt>: Type of output

Files Necessary to Compile: 

  • adts.h
  • convert884.c
  • dumphdr.c
  • getimgloc.c
  • read_switch.c