ANSI-C program: rasdt_pwr24.c
NAME
rasdt_pwr24 - generate 24-bit SUN/BMP raster file of float
parameter (e.g. deformation) + intensity image
SYNOPSIS
rasdt_pwr24 <data> <pwr> <width>
[start_data] [start_pwr] [nlines] [pixavr] [pixavaz] [cycle]
[scale] [exp] [LR] [rasf] [cc] [start_cc] [cc_min]
<data> | (input) real valued image (float, e.g. deformation rate, terrain height) |
<pwr> | (input) intensity image (enter - for none, (float)) |
<width> | number of samples/row of data and pwr |
[start_data] | starting line of data (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) |
[cycle] | data value per color cycle (default = 0.002) |
[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
rasdt_pwr24 testsite.def testsite.rmli 1000 1 1 0 1 1 0.01
1. .35 -1 08256_08757.def.ras
Generates an 24-bit SUN rasterfile of the real valued deformation (in m/year) rates using the backscatter intensity image for the image brightness and a colors with a cycle corresponding to 1 cm/year for the deformation.
rasdt_pwr24 testsite.hgt testsite.rmli 1000 1 1 0 1 1 100. 1. .35 -1 08256_08757.def.ras
Generates an 24-bit SUN rasterfile of the real valued height (in meters) using the backscatter intensity image for the image brightness and a colors with a cycle corresponding to 100 m for the heights.
INSTALLATION
Source code rasdt_pwr24.c in ./IPTA/src, executable version
rasdt_pwr24 in ./IPTA/bin
DESCRIPTION
rasdt_pwr24 supports the generation of a 24-bit SUN/BMP raster
file image of a real valued image 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 color (deformation rate, height, ...) 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.
If a minus - is specified for the intensity image, then the background image will be 0 where the input data is 0, otherwise a constant intensity image is generated of the parameter.
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, 2006.
UW, CW, TS, last change 15-Nov-2006.