diff --git a/day_integration_test.yaml b/day_integration_test.yaml index 50da400..c983f49 100644 --- a/day_integration_test.yaml +++ b/day_integration_test.yaml @@ -64,9 +64,6 @@ modules: cloud_map: threshold: 3.5 - coverage_info: - zenith_altitude: 80 - comm: class: pyobs.comm.local.LocalComm name: "cloudcover" diff --git a/example.yaml b/example.yaml index 967ef28..119f11e 100644 --- a/example.yaml +++ b/example.yaml @@ -23,6 +23,7 @@ measurement_log: cloud_zenith: - type: "zenith" name: "cloudcover" + # Altitude which is considered to be the lower boundary of the zenith to average for the zenith cloud fraction measurement (in degree) altitude: 80.0 cloud_total: - type: "total" @@ -149,6 +150,3 @@ pipelines: # Apparent size of the moon in the allsky image in degree moon_apparent_size: 0.5 - coverage_info: - # Altitude which is considered to be the lower boundary of the zenith to average for the zenith cloud fraction measurement (in degree) - zenith_altitude: 80 diff --git a/night_integration_test.yaml b/night_integration_test.yaml index bded0d3..9361f61 100644 --- a/night_integration_test.yaml +++ b/night_integration_test.yaml @@ -79,9 +79,6 @@ modules: moon_apparent_size: 10.0 - coverage_info: - zenith_altitude: 80 - comm: class: pyobs.comm.local.LocalComm name: "cloudcover"