-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathridgecrest.yaml
139 lines (127 loc) · 5.52 KB
/
ridgecrest.yaml
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
129
130
131
132
133
134
135
136
137
138
139
runconfig:
name: ridgecrest
groups:
pge_name_group:
pge_name: CSLC_S1_PGE
input_file_group:
# Required. List of SAFE files (min=1)
safe_file_path:
- /home/ubuntu/gen_cslc/data/safe/S1A_IW_SLC__1SDV_20190716T135159_20190716T135226_028143_032DC3_512B.zip
- /home/ubuntu/gen_cslc/data/safe/S1A_IW_SLC__1SDV_20190704T135158_20190704T135225_027968_032877_1C4D.zip
# Required. List of orbit (EOF) files (min=1)
orbit_file_path:
- /home/ubuntu/gen_cslc/data/orbits/S1A_OPER_AUX_POEORB_OPOD_20210331T023547_V20190715T225942_20190717T005942.EOF
- /home/ubuntu/gen_cslc/data/orbits/S1A_OPER_AUX_POEORB_OPOD_20210330T223401_V20190703T225942_20190705T005942.EOF
# The unique burst ID(s) to process. If nothing provided, all bursts
# in a SAFE will processed
burst_id: [t071_151218_iw2]
dynamic_ancillary_file_group:
# Digital elevation model
dem_file: /home/ubuntu/gen_cslc/data/ridgecrest_dem.tif
# Description for DEM used for the processing
dem_description: DEM description was not provided.
# TEC file in IONEX format for ionosphere correction
tec_file: /home/ubuntu/gen_cslc/data/jplg3190.15i
# Troposphere weather model file
weather_model_file:
static_ancillary_file_group:
# burst database sqlite file
burst_database_file:
product_path_group:
# Directory where PGE will place results
product_path: /home/ubuntu/gen_cslc/ridgecrest_product
# Directory where SAS writes temporary data
scratch_path: /home/ubuntu/gen_cslc/ridgecrest_scratch
# Intermediate file name. SAS writes the output to this file.
# PGE may rename the product according to file naming convention
sas_output_file: 'intermediate_file'
# Product version
product_version: '0.2'
# Product specification document version
product_specification_version: '0.1'
primary_executable:
product_type: CSLC_S1
processing:
polarization: co-pol
geocoding:
flatten: True
x_posting:
y_posting:
x_snap:
y_snap:
geo2rdr:
lines_per_block: 1000
threshold: 1.0e-8
numiter: 25
correction_luts:
# Boolean flag to activate/deactivate model-based
# corrections while geocoding the burst
enabled: True
# LUT spacing in range direction in meters
range_spacing: 120
# LUT spacing in azimuth direction in seconds
azimuth_spacing: 0.028
# Troposphere delay using weather model
troposphere:
# Type of troposphere delay. Any of 'dry', 'wet' or 'wet_dry' for
# the sum of wet and dry delays
delay_type: wet_dry
rdr2geo:
# Convergence threshold for rdr2geo algorithm
threshold: 1.0e-8
# Maximum number of iterations
numiter: 25
# Lines per block to process in batch
lines_per_block: 1000
# Secondary number of iterations
extraiter: 10
# Enable/disable computation of latitude raster
compute_latitude: False
# Enable/disable computation of longitude raster
compute_longitude: False
# Enable/disable computation of height raster
compute_height: False
# Enable/disable layover shadow mask output
compute_layover_shadow_mask: True
# Enable/disable local incidence output
compute_local_incidence_angle: True
# Enable/disable ground to satellite East LOS vector
compute_ground_to_sat_east: True
# Enable/disable ground to satellite North LOS vector
compute_ground_to_sat_north: True
worker:
# Optional. To prevent downloading DEM or other data (default: False)
internet_access: False
# Optional. Use GPU capabilities if available (default: False)
gpu_enabled: False
# Optional. Index of GPU to be used for processing. Ignored if
# *gpu_enabled* is False (default: 0)
gpu_id: 0
quality_assurance:
browse_image:
# Enable/disable generation of CSLC browse image
enabled: True
# How to convert complex CSLC to real
complex_to_real: amplitude
# Lower percentile of non-nan pixels to clip
percent_low: 0
# Higher percentile of non-nan pixels to clip
percent_high: 95
# Gamma exponent applied to normalized image
gamma: 0.5
# Enable/disable histogram equalization
equalize: False
perform_qa: True
output_to_json: False
# Output options for CSLC raster (e.g. compression, chunking, shuffle filter)
output:
# Data type of CSLC raster
cslc_data_type: complex64_zero_mantissa
# Enable gzip compression of rasters
compression_enabled: True
# Level of compression applied to rasters
compression_level: 4
# Chunk size of rasters
chunk_size: [128, 128]
# Enable shuffle filtering of rasters
shuffle: True