ANSI-C programs: disp_prt.c
NAME
disp_prt - generate point displacement histories in text
format
SYNOPSIS
disp_prt <plist> <pmask> <plist_txt>
<pSLC_par> <itab> <pmap> <phgt>
<pdef> <psigma> <pdisp> <items>
<output>
<plist> | (input) point list (int) |
<pmask> | (input) point data stack of mask values ( set to - to accept all points) |
<plist_txt> |
(input) text list of
points to print out (enter -: all points) consists of a single column list of point indices to print out values |
<pSLC_par> | (input) stack of SLC/MLI parameters (binary) |
<itab> | (input) table associating interferogram stack records
with pairs of SLC stack records (ascii) (line entries are: pSLC_rec1 pSLC_rec2 pINT_rec switch_flag) |
<pmap> | (input) point positions in map proj. coord. (easting, northing or lat,lon) (enter - for none) (float) |
<phgt> | (input) (input) point data stack of height (m, float) |
<pdef> |
(input) point data stack
of linear deformation rate (m/year, float) |
<psigma> |
(input) point data stack
of phase standard deviation from fit (float) |
<pmap> |
(input) point positions in
map proj. coord. (easting, northing or lat,lon) (enter -
for none) (float) |
<pdisp> | (input) displacement (m) for each point and each layer in the stack (float) |
<item_list> | (output) column heading information (text) |
<disp_tab> | (output) displacement time series output
(text) |
EXAMPLE
disp_prt pt_utm.coord pmsk2 - pSLC_par itab
pt_utm phgt3 pdef3 psigma2
pdisp_los3 item_list disp_los3.txt
Generates a text file containing the deformation history of
all the points that have not been masked out by pmsk2.
INSTALLATION
Source code disp_prt.c in ./IPTA/src, executable version disp_prt
in ./IPTA/bin. The xmgrace program, part of the
grace software package must be installed.
DESCRIPTION
The program disp_prt.c is used
to generate text file containing the deformation histories
of points generated using the IPTA software. The output
file consists of rows containing the displacement
time series for a single point. The different columns pertain to
the parameters as shown below in Table 1. An example displacement
time series file is shown in Table 2. where only the first 12
values of the displacement time series are shown for a small
subset of the points. Addtional data displayed on the line
include the x and y pixel locations of the point as specified in
the point list, the point number, the geographic coordinates in
easting and northing (lat/lon in the case of no map projection),
altitude, linear deformation rate, phase standard deviation in
the IPTA phase regression. For each column containing the
displacement information, the items_list specifieds the date,
Julian day (JD) and the number of days relative to the reference
frame.
1
point number |
329204 1224 2366 379995.625 3739557.250 27.765 2.1140e-03 0.2716 -0.0037 -0.0032 0.0011 -0.0009 0.0011 -0.0020 -0.0039 -0.0028 -0.0072 -0.0078 -0.0099 |
Table 2
OPTIONS
The user can specify a text list of point numbers to generate
output displacement time series. If a - is entered for the
plist_txt file, then all points not masked out by pmask will be
processed.
SEE ALSO
© Copyrights for Documentation, Users Guide and Reference Manual by Gamma Remote Sensing, 2004.
UW, CW,TS,
last change 30-Jan-2004.