Skip to content

Commit b0a07ac

Browse files
yzheng6GitHub Enterprise
authored andcommitted
Update UAVSAR InSAR runconfigs and fetchmindata (#838)
* Remove VV polarization in UAVSAR InSAR runconfigs to avoid artifact in the connected components and geolocation error * Fix bug in fetchmindata() with outdated and missing data
1 parent 939f326 commit b0a07ac

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

tools/imagesets/imgset.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ def fetchmindata(self):
260260

261261
mindata = ["L0B_RRSD_REE1",
262262
"L0B_RRSD_REE_NOISEST1",
263-
"L0B_RRSD_REE_PTA1",
263+
"L0B_RRSD_REE17_PTA",
264+
"L0B_RRSD_REE_beamform",
264265
"L1_RSLC_UAVSAR_SanAnd_05024_18038_006_180730_L090_CX_129_05",
265266
"L1_RSLC_UAVSAR_NISARP_32039_19049_005_190717_L090_CX_129_03",
266267
"L1_RSLC_UAVSAR_NISARP_32039_19052_004_190726_L090_CX_129_02",

tools/imagesets/runconfigs/insar_UAVSAR_NISARP_32039_19049-005_19052-004_129.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runconfig:
4242
# valid options for polarizations
4343
# empty for all polarizations found in RSLC
4444
# [polarizations] for list of specific frequency(s) e.g. [HH, HV] or [HH]
45-
A: [HH, VV]
45+
A: [HH]
4646

4747
# TODO OPTIONAL - Only checked when internet access is available
4848
dem_download:

tools/imagesets/runconfigs/insar_UAVSAR_SanAnd_05518_12018-000_12128-008_143.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runconfig:
4242
# valid options for polarizations
4343
# empty for all polarizations found in RSLC
4444
# [polarizations] for list of specific frequency(s) e.g. [HH, HV] or [HH]
45-
A: [HH, VV]
45+
A: [HH]
4646

4747

4848

tools/imagesets/runconfigs/insar_UAVSAR_Snjoaq_14511_18034-014_18044-015_143.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runconfig:
4242
# valid options for polarizations
4343
# empty for all polarizations found in RSLC
4444
# [polarizations] for list of specific frequency(s) e.g. [HH, HV] or [HH]
45-
A: [HH, VV]
45+
A: [HH]
4646

4747
# TODO OPTIONAL - Only checked when internet access is available
4848
dem_download:

0 commit comments

Comments
 (0)