Perl Script: mk_itab
NAME
mk_itab - Generate ITAB file to calculate interferometric
deformation time series with either single or sequential
reference SLC
SYNOPSIS
-r ref -a
mk_itab <itab> <max> <step> <stride>
<start>
<itab> | (output) ITAB file with 4 columns, text format 1: ref. SLC index from SLC_tab 2: second SLC index of the interferometric pair 3: ITAB file line counter 4: Active flag (0: not included 1: included in time-series analysis) |
<max > | (input) number of SLCs in the SLC_tab |
<step> | difference in SLC index between the reference and
second SLC for each interferogram (default: 1) |
<stride> | increment of the index of the starting SLC, if stride
is 0, then reference will not change, and the index of the
second SLC will increase by step |
<start> |
index of the first
SLC used in generating the itab, (start >=
1) |
-r ref | index of the reference SLC when stride is 0, default is the start index |
-a | do not generate itab records where the ref. SLC and second SLC have the same index |
$mk_itab itab 8 1 1 1
ITAB file: itab
1
2 1 1
2
3 2 1
3
4 3 1
4
5 4 1
5
6 5 1
6
7 6 1
7
8 7
1
In the next example the increment between SLCs has
been increasd to 2 and the stride has also been increased to 2.
Hence SLCs with index 2, 4, 6, 8, 10 do not appear in the
interferogram series.
mk_itab itab_l 12 2
2 1
ITAB file: itab_l
1 3
1 1
3 5
2 1
5 7
3 1
7 9
4 1
9 11
5 1
mk_itab itab0 8 1 0 1 -r
4
ITAB file: itab0
reference SLC index: 4
4 1
1 1
4 2
2 1
4 3
3 1
4 4
4 1
4 5
5 1
4 6
6 1
4 7
7 1
4 8
8 1
mk_itab itab0 8 1 0 1 -r 4
-a
ITAB file: itab0
reference SLC index: 4
4 1
1 1
4 2
2 1
4 3
3 1
4 5 4
1
4 6 5
1
4 7 6
1
4 8 7
1
SEE ALSO
mk_diff_2d