WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 68a59bb

Browse files
authored
Merge pull request #58 from GeoscienceAustralia/upgrade/config_update
stop ancillery prods for rtc_s1
2 parents 18bf289 + 4277e3b commit 68a59bb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sar_pipeline/configs/ISCE3-RTC/S1_RTC.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,10 @@ runconfig:
201201
geogrid_upsampling: 1
202202

203203
# Save the incidence angle
204-
save_incidence_angle: True
204+
save_incidence_angle: False
205205

206206
# Save the local-incidence angle
207-
save_local_inc_angle: True
207+
save_local_inc_angle: False
208208

209209
# Save the projection angle
210210
save_projection_angle: False
@@ -217,18 +217,18 @@ runconfig:
217217
save_range_slope: False
218218

219219
# Save the number of looks used to generate the RTC-S1 product
220-
save_nlooks: True
220+
save_nlooks: False
221221

222222
# Save the area normalization factor (ANF) to normalize RTC-S1
223223
# imagery to the original SLC backscatter convention:
224224
# beta0 or sigma0 (ellipsoid)
225-
save_rtc_anf: True
225+
save_rtc_anf: False
226226

227227
# Save the RTC area normalization factor (ANF) gamma0 to sigma0
228-
save_rtc_anf_gamma0_to_sigma0: True
228+
save_rtc_anf_gamma0_to_sigma0: False
229229

230230
# Save the interpolated DEM used to generate the RTC-S1 product
231-
save_dem: True
231+
save_dem: False
232232

233233
# Save layover shadow mask
234234
save_mask: True

0 commit comments

Comments
 (0)