Skip to content

Commit 6d2849f

Browse files
committed
In response to issue #915, replaced "1e" with "1.0e" in exponential values
so that they will pass a yamale validation check.
1 parent 3c1bd01 commit 6d2849f

5 files changed

+5
-5
lines changed

tools/imagesets/runconfigs/end2end_pair_ALPSRP110160680_ALPSRP116870680_Rosamond_insar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ runconfig:
8787
x_abs:
8888

8989
geo2rdr:
90-
threshold: 1e-8
90+
threshold: 1.0e-8
9191
maxiter: 25
9292

9393
dem_margin: 0.1

tools/imagesets/runconfigs/end2end_pair_ALPSRP262866750_ALPSRP269576750_Chile_insar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ runconfig:
8787
x_abs:
8888

8989
geo2rdr:
90-
threshold: 1e-8
90+
threshold: 1.0e-8
9191
maxiter: 25
9292

9393
dem_margin: 0.1

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
@@ -87,7 +87,7 @@ runconfig:
8787
x_abs:
8888

8989
geo2rdr:
90-
threshold: 1e-8
90+
threshold: 1.0e-8
9191
maxiter: 25
9292

9393
dem_margin: 0.1

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
@@ -89,7 +89,7 @@ runconfig:
8989
x_abs:
9090

9191
geo2rdr:
92-
threshold: 1e-8
92+
threshold: 1.0e-8
9393
maxiter: 25
9494

9595
dem_margin: 0.1

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
@@ -87,7 +87,7 @@ runconfig:
8787
x_abs:
8888

8989
geo2rdr:
90-
threshold: 1e-8
90+
threshold: 1.0e-8
9191
maxiter: 25
9292

9393
dem_margin: 0.1

0 commit comments

Comments
 (0)