-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathINSAR_ISCE_BURST.yml
More file actions
67 lines (67 loc) · 1.66 KB
/
Copy pathINSAR_ISCE_BURST.yml
File metadata and controls
67 lines (67 loc) · 1.66 KB
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
INSAR_ISCE_BURST:
required_parameters:
- granules
parameters:
granules:
api_schema:
type: array
minItems: 2
maxItems: 2
example:
- S1_136231_IW2_20200604T022312_VV_7C85-BURST
- S1_136231_IW2_20200616T022313_VV_5D11-BURST
items:
description: Name of the Sentinel-1 SLC IW burst granule to process
type: string
pattern: "^S1_\\d{6}_IW.*-BURST"
minLength: 43
maxLength: 43
example: S1_136231_IW2_20200604T022312_VV_7C85-BURST
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
- 5x1
cost_profiles:
EDC:
cost: 1.0
DEFAULT:
cost: 1.0
validators:
- check_single_burst_pair
- check_dem_coverage
- check_not_antimeridian
steps:
- name: ''
image: ghcr.io/asfhyp3/hyp3-isce2
image_tag: 3.0.2
command:
- ++process
- insar_tops_burst
- ++omp-num-threads
- '1'
- --bucket
- Ref::bucket
- --bucket-prefix
- Ref::bucket_prefix
- --apply-water-mask
- Ref::apply_water_mask
- --looks
- Ref::looks
- Ref::granules
timeout: 5400
compute_environment: Default
vcpu: 1
memory: 7600
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD