forked from andwatson/decompose_insar_velocities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.conf
128 lines (90 loc) · 2.82 KB
/
example.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
% Example config file.
% Use percentage signs for comments. Blank lines are allowed for legibility.
% Parameter names should be followed by a colon, any number of spaces, and then a single input (e.g. one number, one string, one path).
% -------------------------------------
% PROCESSING TOGGLES
% number of parallel processing workers for decomposition (0 disables)
para_cores: 0
% scale input velocity uncertainties (0 disables)
scale_vstd: 1
% ties insar vels to gnss vels (0 disables, 1=poly, 2=filt)
tie2gnss: 1
% order of polynomial surface for referenceing if used [tie2gnss=1] (1=1st order, 2=2nd order)
ref_poly_order: 2
% window size of filter if used, in pixels, must be odd [tie2gnss=2]
ref_filter_window_size: 51
% downsampling factor (0 disables) and method (mean or median)
ds_factor: 0
ds_method: mean
% apply mask to vels
usemask: 1
% merge along-track (0 disables, 1=reference but keep frames seperate, 2=take mean in overlaps)
merge_tracks_along: 0
% merge along-track function (0=static, 1=1st order plane)
merge_tracks_along_func: 0
% merge across-track (0 disables)
merge_tracks_across: 0
% plate motion bias (0 disables)
plate_motion: 1
% gnss uncertainty (0 disables, 1=propagate N uncer through decomp)
gnss_uncer: 0
% decomposition method (0=remove N GNSS, 1=include N GNSS in inversion, 2=Qi's vUN method)
decomp_method: 0
% threshold for cond(G) (0 disables)
condG_threshold: 0
% threshold for var (0 disables)
var_threshold: 10
% calculate frame overlap statistics
frame_overlaps: 0
% -------------------------------------
% PLOTTING AND OUTPUT TOGGLES
% save outputs as geotifs
save_geotif: 0
% plot fault traces
plt_faults: 1
% plot borders
plt_borders: 1
% preview inputs
plt_input_vels: 1
% plot scaled uncertainties for each frame
plt_scale_vstd_indv: 0
plt_scale_vstd_all: 1
% merge_track_plotting
plt_merge_tracks: 1
plt_merge_along_corr: 0
plt_merge_along_resid: 0
% plot ascending and descending masks
plt_mask_asc_desc: 0
% plot plate motion corrections
plt_plate_motion: 1
plt_plate_motion_indv: 0
% plot reference to gnss
plt_ref_gnss_indv: 0
% plot decomposed velocity uncertainties
plt_decomp_uncer: 0
% plot var and cond(G) threshold masks
plt_threshold_masks: 0
% -------------------------------------
% GERERAL PATHS
% path to gnss file
gnss_file: /path/to/example/gnss.mat
% fault trace file
faults_file: /path/to/example/faults.txt
% border file
borders_file: /path/to/example/borderdata.mat
% output directory
out_path: /path/to/example/out/
% output prefix
out_prefix: example_
% -------------------------------------
% FRAMES
% file identifiers (framedir/*id*)
id_vel: vel.geo.tif
id_vstd: vstd.geo.tif
id_e: E.geo.tif
id_n: N.geo.tif
id_u: U.geo.tif
id_mask: mask.geo.tif
% directories for each frame
framedir: /path/to/example/006D_05111_131313/
framedir: /path/to/example/006D_05310_131313/