Skip to content

Commit b9be3e5

Browse files
Virginia Brancatovbrancat
authored andcommitted
Remove "geometry" section from gslc, gcov, and insar runconfig. (#741)
* Remove geometry from gcov schema * Remove geometry from gslc schema * Remove geometry from insar schema * Remove geometry from gcov defaults * Remove geometry from gslc defaults * Remove geometry from insar defaults * remove geometry from gcov unit test yaml file * remove geometry from gslc unit test yaml file * remove geometry from insar unit test yaml file * Remove geometry section in gslc, gcov, and insar runconfigs in tools/imagesets/runconfigs Co-authored-by: vbrancat <[email protected]>
1 parent 8962607 commit b9be3e5

27 files changed

+0
-195
lines changed

share/nisar/defaults/gcov.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ runconfig:
3030
DebugLevelGroup:
3131
DebugSwitch: false
3232

33-
Geometry:
34-
CycleNumber: 1
35-
RelativeOrbitNumber: 1
36-
FrameNumber: 1
37-
OrbitDirection:
38-
3933
# TODO OPTIONAL - To setup type of worker
4034
worker:
4135
# OPTIONAL - To prevent downloading DEM / other data automatically. Default True

share/nisar/defaults/gslc.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ runconfig:
3030
DebugLevelGroup:
3131
DebugSwitch: false
3232

33-
Geometry:
34-
# unused by ADT?
35-
CycleNumber: 1
36-
RelativeOrbitNumber: 1
37-
FrameNumber: 1
38-
OrbitDirection:
39-
4033
# TODO OPTIONAL - To setup type of worker
4134
worker:
4235
# OPTIONAL - To prevent downloading DEM / other data automatically. Default True

share/nisar/defaults/insar.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ runconfig:
3030
DebugLevelGroup:
3131
DebugSwitch: false
3232

33-
Geometry:
34-
CycleNumber: 1
35-
RelativeOrbitNumber: 1
36-
FrameNumber: 1
37-
OrbitDirection:
38-
3933
# TODO OPTIONAL - To setup type of worker
4034
worker:
4135
# OPTIONAL - To prevent downloading DEM / other data automatically. Default True

share/nisar/schemas/gcov.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ runconfig:
3131
DebugLevelGroup:
3232
DebugSwitch: bool()
3333

34-
Geometry:
35-
CycleNumber: int(min=1, max=999)
36-
RelativeOrbitNumber: int(min=1, max=173)
37-
FrameNumber: int(min=1, max=176)
38-
OrbitDirection: enum('Descending', 'Ascending')
39-
4034
#adt section - isce3 + pyre workflow
4135
processing:
4236
# Mechanism to select frequencies and polarizations

share/nisar/schemas/gslc.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ runconfig:
3131
DebugLevelGroup:
3232
DebugSwitch: bool()
3333

34-
Geometry:
35-
CycleNumber: int(min=1, max=999)
36-
RelativeOrbitNumber: int(min=1, max=173)
37-
FrameNumber: int(min=1, max=176)
38-
OrbitDirection: enum('Descending', 'Ascending')
39-
4034
#adt section - isce3 + pyre workflow
4135
processing:
4236
# Mechanism to select frequencies and polarizations

share/nisar/schemas/insar.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ runconfig:
3333
DebugLevelGroup:
3434
DebugSwitch: bool()
3535

36-
Geometry:
37-
CycleNumber: int(min=1, max=999)
38-
RelativeOrbitNumber: int(min=1, max=173)
39-
FrameNumber: int(min=1, max=176)
40-
OrbitDirection: enum('Descending', 'Ascending')
41-
4236
#adt section - isce3 + pyre workflow
4337
processing:
4438
# flag to keep or delete scratch contents

tests/data/geocode/test_gcov.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ runconfig:
2525
DebugLevelGroup:
2626
DebugSwitch: false
2727

28-
Geometry:
29-
CycleNumber: 1
30-
RelativeOrbitNumber: 1
31-
FrameNumber: 1
32-
OrbitDirection: Descending
33-
3428
worker:
3529
# OPTIONAL - To prevent downloading DEM / other data automatically. Default True
3630
internet_access: False

tests/data/geocodeslc/test_gslc.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ runconfig:
2525
DebugLevelGroup:
2626
DebugSwitch: false
2727

28-
Geometry:
29-
CycleNumber: 1
30-
RelativeOrbitNumber: 1
31-
FrameNumber: 1
32-
OrbitDirection: Descending
33-
3428
worker:
3529
# OPTIONAL - To prevent downloading DEM / other data automatically. Default True
3630
internet_access: False

tests/data/insar_test.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ runconfig:
3232
DebugLevelGroup:
3333
DebugSwitch: false
3434

35-
Geometry:
36-
CycleNumber: 1
37-
RelativeOrbitNumber: 1
38-
FrameNumber: 1
39-
OrbitDirection: Descending
40-
4135
# TODO OPTIONAL - To setup type of worker
4236
worker:
4337
# OPTIONAL - To prevent downloading DEM / other data automatically. Default True

tools/imagesets/runconfigs/gcov_S1B_IW_SLC__1SDV_20180504T104507_20180504T104535_010770_013AEE_919F.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ runconfig:
3131
DebugLevelGroup:
3232
DebugSwitch: false
3333

34-
Geometry:
35-
CycleNumber: 1
36-
RelativeOrbitNumber: 1
37-
FrameNumber: 1
38-
OrbitDirection: Descending
39-
40-
4134
#adt section - isce3 + pyre workflow
4235
processing:
4336
# OPTIONAL - Frequencies and polarisations to be processed

0 commit comments

Comments
 (0)