-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathINSAR_GAMMA.yml
119 lines (119 loc) · 3.6 KB
/
INSAR_GAMMA.yml
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
INSAR_GAMMA:
required_parameters:
- granules
parameters:
granules:
api_schema:
type: array
minItems: 2
maxItems: 2
example:
- S1A_IW_SLC__1SSV_20150621T120220_20150621T120232_006471_008934_72D8
- S1A_IW_SLC__1SSV_20150504T120217_20150504T120229_005771_00769E_EF9A
items:
description: The name of the Sentinel-1 SLC granule to process
type: string
pattern: "^S1[AB]_IW_SLC__1S[SD][VH]"
minLength: 67
maxLength: 67
example: S1A_IW_SLC__1SSV_20150621T120220_20150621T120232_006471_008934_72D8
include_look_vectors:
api_schema:
description: Include the look vector theta and phi files in the product package
default: false
type: boolean
include_los_displacement:
api_schema:
description: Include a GeoTIFF in the product package containing displacement values along the Line-Of-Sight (LOS)
default: false
type: boolean
include_displacement_maps:
api_schema:
description: Include displacement maps (line-of-sight and vertical) in the product package
default: false
type: boolean
include_inc_map:
api_schema:
description: Include the incidence angle map(s) in the product package
default: false
type: boolean
include_dem:
api_schema:
description: Include the DEM file in the product package
default: false
type: boolean
include_wrapped_phase:
api_schema:
description: Include the wrapped phase GeoTIFF in the product package
default: false
type: boolean
apply_water_mask:
api_schema:
description: Sets pixels over coastal and large inland waterbodies as invalid for phase unwrapping.
default: false
type: boolean
looks:
api_schema:
description: Number of looks to take in range and azimuth
type: string
default: 20x4
enum:
- 20x4
- 10x2
phase_filter_parameter:
api_schema:
description: Adaptive phase filter parameter. Useful values fall in the range 0.2 to 1. Larger values result in stronger filtering. If zero, adaptive phase filter will be skipped.
type: number
minimum: 0.0
maximum: 1.0
default: 0.6
cost_profiles:
EDC:
cost_parameter: looks
cost_table:
- parameter_value: 20x4
cost: 10.0
- parameter_value: 10x2
cost: 15.0
DEFAULT:
cost: 1.0
validators:
- check_dem_coverage
steps:
- name: ''
image: 845172464411.dkr.ecr.us-west-2.amazonaws.com/hyp3-gamma
command:
- ++process
- insar
- ++omp-num-threads
- '4'
- --bucket
- '!Ref Bucket'
- --bucket-prefix
- Ref::bucket_prefix
- --include-look-vectors
- Ref::include_look_vectors
- --include-los-displacement
- Ref::include_los_displacement
- --include-displacement-maps
- Ref::include_displacement_maps
- --include-inc-map
- Ref::include_inc_map
- --include-dem
- Ref::include_dem
- --include-wrapped-phase
- Ref::include_wrapped_phase
- --apply-water-mask
- Ref::apply_water_mask
- --looks
- Ref::looks
- --phase-filter-parameter
- Ref::phase_filter_parameter
- Ref::granules
timeout: 10800
compute_environment: Default
vcpu: 1
memory: 31500
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD