Skip to content

Commit 8d4531f

Browse files
Add new parameters on hl for ERA6 experiment 5052
1 parent e235598 commit 8d4531f

9 files changed

+41
-1
lines changed

share/multiom/encodings/ccsds/deterministic/hl/rule-hl-heightAboveGround-gg-deterministic-instant-ccsds-paramId-1.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ filter:
2020
operation: match
2121
values:
2222
- 10
23+
- 54
24+
- 130
2325
- 131
2426
- 132
27+
- 157
28+
- 246
29+
- 247
2530
- 3031
2631
- type: packing
2732
operation: match

share/multiom/encodings/ccsds/deterministic/hl/rule-hl-heightAboveGround-gg-deterministic-instant-ccsds-paramId-36.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ filter:
2020
operation: match
2121
values:
2222
- 10
23+
- 54
24+
- 130
2325
- 131
2426
- 132
27+
- 157
28+
- 246
29+
- 247
2530
- 3031
2631
- type: packing
2732
operation: match

share/multiom/encodings/ccsds/ensemble/hl/rule-hl-heightAboveGround-gg-ensemble-instant-ccsds-paramId-1.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ filter:
2020
operation: match
2121
values:
2222
- 10
23+
- 54
24+
- 130
2325
- 131
2426
- 132
27+
- 157
28+
- 246
29+
- 247
2530
- 3031
2631
- type: packing
2732
operation: match

share/multiom/encodings/ccsds/ensemble/hl/rule-hl-heightAboveGround-gg-ensemble-instant-ccsds-paramId-36.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ filter:
2020
operation: match
2121
values:
2222
- 10
23+
- 54
24+
- 130
2325
- 131
2426
- 132
27+
- 157
28+
- 246
29+
- 247
2530
- 3031
2631
- type: packing
2732
operation: match

share/multiom/encodings/simple/deterministic/hl/rule-hl-heightAboveGround-gg-deterministic-instant-simple-paramId-1.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ filter:
2020
operation: match
2121
values:
2222
- 10
23+
- 54
24+
- 130
2325
- 131
2426
- 132
27+
- 157
28+
- 246
29+
- 247
2530
- 3031
2631
- type: packing
2732
operation: match

share/multiom/encodings/simple/deterministic/hl/rule-hl-heightAboveGround-gg-deterministic-instant-simple-paramId-36.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ filter:
2020
operation: match
2121
values:
2222
- 10
23+
- 54
24+
- 130
2325
- 131
2426
- 132
27+
- 157
28+
- 246
29+
- 247
2530
- 3031
2631
- type: packing
2732
operation: match

share/multiom/encodings/simple/ensemble/hl/rule-hl-heightAboveGround-gg-ensemble-instant-simple-paramId-1.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ filter:
2020
operation: match
2121
values:
2222
- 10
23+
- 54
24+
- 130
2325
- 131
2426
- 132
27+
- 157
28+
- 246
29+
- 247
2530
- 3031
2631
- type: packing
2732
operation: match

share/multiom/encodings/simple/ensemble/hl/rule-hl-heightAboveGround-gg-ensemble-instant-simple-paramId-36.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ filter:
2020
operation: match
2121
values:
2222
- 10
23+
- 54
24+
- 130
2325
- 131
2426
- 132
27+
- 157
28+
- 246
29+
- 247
2530
- 3031
2631
- type: packing
2732
operation: match

share/multiom/generate_knowledge/generate_encoding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@
683683

684684
PARAM_LEVTYPE_HL = [
685685
partialRule(
686-
[matchType("levtype", "hl"), matchParam([10, 131, 132, 3031])],
686+
[matchType("levtype", "hl"), matchParam([10,54,130,131,132,157,246,247,3031])],
687687
[
688688
PointInTime(),
689689
levelConfig("heightAboveGround"),

0 commit comments

Comments
 (0)