File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed
Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments