From 086d5795c6b8b2cb134298c1a0edc7dd68dd2e45 Mon Sep 17 00:00:00 2001 From: "Adam.Dybbroe" Date: Wed, 4 Dec 2024 22:43:59 +0100 Subject: [PATCH] Update the example config with current satellites Signed-off-by: Adam.Dybbroe --- scheduler.yaml_template | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/scheduler.yaml_template b/scheduler.yaml_template index 23f81a9..2d720b2 100644 --- a/scheduler.yaml_template +++ b/scheduler.yaml_template @@ -40,14 +40,14 @@ stations: area_file: /home/amaul/PyTROLL/etc/areas.def area: euron1 satellites: - - metop-a - metop-b - noaa 19 - noaa 18 - noaa 15 - aqua - - terra - suomi npp + - NOAA-20 + - NOAA-21 nrk-test: name: nrk @@ -60,18 +60,19 @@ stations: area_file: /home/amaul/PyTROLL/etc/areas.def area: euron1 satellites: - metop-a : - night: 0.1 - day: 0.6 metop-b : night: 0.1 day: 0.6 + metop-c : + night: 0.1 + day: 0.6 noaa 19 : noaa 18 : noaa 15 : aqua : - terra : suomi npp : + NOAA-20 : + NOAA-21 : bch: name: bch @@ -84,21 +85,22 @@ stations: area_file: /home/amaul/PyTROLL/etc/areas.def area: euron1 satellites: - - metop-a - metop-b + - metop-c - noaa 19 - noaa 18 - noaa 15 - aqua - - terra - suomi npp + - NOAA-20 + - NOAA-21 satellites: - metop-a: + metop-b: night: 0.1 day: 0.6 - metop-b: + metop-c: night: 0.1 day: 0.6 @@ -110,10 +112,6 @@ satellites: night: 0.1 day: 0.6 - noaa 16: - night: 0.1 - day: 0.6 - noaa 15: night: 0.05 day: 0.3 @@ -122,10 +120,14 @@ satellites: night: 0.2 day: 0.8 - terra: - night: 0.2 - day: 0.8 - suomi npp: night: 0.25 day: 0.9 + + NOAA-20: + night: 0.25 + day: 0.9 + + NOAA-21: + night: 0.25 + day: 0.9