GAMMA Interferometric Point Target Analysis Software (IPTA): Reference Manual


rasmph_pwr24

ANSI-C program: rasmph_pwr24.c

NAME
rasmph_pwr24 - generate 24-bit SUN/BMP raster file of interferogram phase + intensity image

SYNOPSIS
rasmph_pwr24 <cpx> <pwr> <width> [start_cpx] [start_pwr] [nlines] [pixavr] [pixavaz] [scale] [exp] [LR] [rasf] [cc] [start_cc] [cc_min]

<cpx> (input) complex image (fcomplex, e.g. interferogram)
<pwr> (input) intensity image (float)
<width> number of samples/row of cpx and pwr
[start_cpx] starting line of cpx (default=1)
[start_pwr] starting line of pwr (default=1)
[nlines] number of lines to display (default=0: to end of file)
[pixavr] number of pixels to average in range (default=1)
[pixavaz] number of pixels to average in azimuth (default=1)
[scale] pwr display scale factor (default=1.)
[exp] pwr display exponent (default=.35)
[LR] left/right flipping flag, (default=1: normal, -1: mirror image)
[rasf] (output) 24-bit rasterfile (enter - for default=*.ras: SUN raster format, *.bmp: BMP format)
[cc] display threshold data file (float, e.g. correlation)
[start_cc] starting line of cc data file (default=1)
[cc_min] pixels with cc values below cc_min are displayed using greyscale (default=.2)

EXAMPLE
rasmph_pwr24 08256_08757.diff 08256.rmli 1000 1 1 0 1 1 1. .35 -1 08256_08757.diff.ras

Generates an 24-bit SUN rasterfile of the complex valued differential interferogram using the backscatter intensity image for the image brightness.

INSTALLATION
Source code rasmph_pwr24.c in ./IPTA/src, executable version rasmph_pwr24 in ./IPTA/bin

DESCRIPTION
rasmph_pwr24 supports the generation of a 24-bit SUN/BMP raster file image of the phase of a complex valued interferogram displayed in color and the image brightness corresponding to a backscatter intensity image.

In the frame of an IPTA investigation the use of a 24-bit SUN/BMP raster file may be an advantage due to the higher visibility of fine details in the phase and intensity information.

For areas of low coherence (below the indicated threshold), the color is suppressed and the corresponding intensity is displayed in grey. This avoids the high "color noise" of low coherence areas.

Optionally, a sub-section of the entire image, multi-looking in range and azimuth direction, or a left/right flipping can be indicated.

OPTIONS
none.

SEE ALSO
ipta.h.


© Copyrights for Documentation, Users Guide and Reference Manual by Gamma Remote Sensing, 2003.
UW, CW, TS, last change 20-Feb-2003.