Skip to content

Commit 5e3a3ae

Browse files
Updated example
1 parent ff81c3b commit 5e3a3ae

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

day_integration_test.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ modules:
6464
cloud_map:
6565
threshold: 3.5
6666

67-
coverage_info:
68-
zenith_altitude: 80
69-
7067
comm:
7168
class: pyobs.comm.local.LocalComm
7269
name: "cloudcover"

example.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ measurement_log:
2323
cloud_zenith:
2424
- type: "zenith"
2525
name: "cloudcover"
26+
# Altitude which is considered to be the lower boundary of the zenith to average for the zenith cloud fraction measurement (in degree)
2627
altitude: 80.0
2728
cloud_total:
2829
- type: "total"
@@ -149,6 +150,3 @@ pipelines:
149150
# Apparent size of the moon in the allsky image in degree
150151
moon_apparent_size: 0.5
151152

152-
coverage_info:
153-
# Altitude which is considered to be the lower boundary of the zenith to average for the zenith cloud fraction measurement (in degree)
154-
zenith_altitude: 80

night_integration_test.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ modules:
7979

8080
moon_apparent_size: 10.0
8181

82-
coverage_info:
83-
zenith_altitude: 80
84-
8582
comm:
8683
class: pyobs.comm.local.LocalComm
8784
name: "cloudcover"

0 commit comments

Comments
 (0)