csh-shell scripts: pdisdt_pwr24, pdisdt_pwr24_map
NAME
pdisdt_pwr24 - display point data (float, using color cycle and a
background grayscale image)
pdisdt_pwr24_map - display point data (float, using color cycle
and a background grayscale image) in map geometry
SYNOPSIS
pdisdt_pwr24 <plist> <pmask> <SLC_par>
<pdata> <rec_num> <par_out> <mli>
<cycle> [radius]
<plist> | (input) point list (int) |
<pmask> | (input) point data stack of mask values (uchar, pmask[i]=0 excludes point i, enter - if not available) |
<SLC_par> | (input) SLC parameter file of point list coordinates |
<pdata> | (input) point data stack (float) |
<rec_num> | record number to process (default -: all records) |
<par_out> | (input) SLC/MLI parameter file of 2-D output image data file |
<mli> | (input) 2-D image data file used as output image intensity |
<cycle> | data value per color cycle |
[radius] | interpolation window radius used default: 4.00) |
pdisdt_pwr24_map <plist_map> <pmask>
<DEM_par> <pdata> <rec_num> <mli>
<cycle> [radius]
<plist_map> | (input) point list containing map coordinates (int) |
<pmask> | (input) point data stack of mask values (uchar, pmask[i]=0 excludes point i, enter - if not available) |
<DEM_par> | (input) DIFF/GEO DEM parameter file |
<pdata> | (input) point data stack (float) |
<rec_num> | record number to process (default -: all records) |
<mli> | (input) 2-D image data file used as output image intensity |
<cycle> | data value per color cycle |
[radius] | interpolation window radius used default: 4.00) |
EXAMPLE
pdisdt_pwr24 testsite.plist testsite.pmask 08256.rslc.par
testsite.pdef 1 08256.rmli.par average.rmli 0.01 3
Displays the real valued point data (deformation rates in m/year) using the average backscatter intensity image for the image brightness and a colors with a cycle corresponding to 1 cm/year for the deformation.
pdisdt_pwr24 testsite.plist testsite.pmask 08256.rslc.par testsite.phgt 1 08256.rmli.par average.rmli 500. 3
Displays the real valued point data (heights in m) using the average backscatter intensity image for the image brightness and a colors with a cycle corresponding to 500 m for the height.
pdisdt_pwr24 testsite.plist testsite.pmask 08256.rslc.par testsite.pres - 08256.rmli.par average.rmli 6.28. 3
Displays each record of the point data stack of residual phases (in radian) using the average backscatter intensity image for the image brightness and a colors with a cycle corresponding to 2PI for the unwrapped phases.
pdisdt_pwr24_map testsite.plist_map testsite.pmask testsite.dem_par testsite.pdef 1 average.rmli 0.01 3
Displays the real valued point data (deformation rates in m/year) in map geometry, using the average backscatter intensity image for the image brightness and a colors with a cycle corresponding to 1 cm/year for the deformation.
INSTALLATION
pdisdt_pwr24 is a csh script in ./IPTA/scripts.
DESCRIPTION
pdisdt_pwr24 supports the display of real valued point data
(stack of single or mutliple records) in color and the image
brightness corresponding to a backscatter intensity image.
In a first step the point data are transformed to a 2 dimensional image (using the program pt2data) which is subsequently displayed using the program disdt_pwr24.
This is done either for one record or for all records. To select all records "-" is indicated instead of a record number. If all records are selected the second record is displayed as soon as the display window of the display of the first record is closed, etc.
In the display a zoom window is included and the value (float) at the cursor location (float) is displayed.
The (multi-look) geometry used for the display is the one defined in the SLC/MLI parameter file. For the image brightness the 2D image provided is used (which is already in the 2D multi-look geometry).
pdisdt_pwr24_map supports the display of real valued point data (stack of single or mutliple records) in color and the image brightness corresponding to a backscatter intensity image, in map geometry. The functionality corresponds to the one of pdisdt_pwr24 with the exception that the point list indicated contains the map coordinates (pixel numbers), as obtained using the program pt2geo and the DEM/MAP parameter file is indicated instead of the SLC/MLI parameter files. The actual point data stack is the same as used by pdisdt_pwr24.
OPTIONS
Additional characteristics of the resampling to 2D and the
display can be modified by editing the shell script.
SEE ALSO
pt2data, pt2d,
pt2geo, ipta.h.
© Copyrights for Documentation, Users Guide and Reference Manual by Gamma Remote Sensing, 2004.
UW, CW, TS, last change 5-Apr-2004.