From ab73f80bd8d915058c6947b7d227f4af882f041e Mon Sep 17 00:00:00 2001 From: Laura Sandoval Date: Thu, 15 Jan 2026 10:53:46 -0700 Subject: [PATCH 1/2] update manaus --- imap_processing/ialirt/constants.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/imap_processing/ialirt/constants.py b/imap_processing/ialirt/constants.py index 51705a37a7..1c5b4bda1d 100644 --- a/imap_processing/ialirt/constants.py +++ b/imap_processing/ialirt/constants.py @@ -67,9 +67,9 @@ class StationProperties(NamedTuple): min_elevation_deg=5, # 5 degrees is the requirement ), "Manaus": StationProperties( - longitude=-59.969334, # degrees East (negative = West) - latitude=-2.891257, # degrees North (negative = South) - altitude=0.1, # approx 100 meters + longitude=-59.969319, # degrees East (negative = West) + latitude=-2.891215, # degrees North (negative = South) + altitude=0.9578, # approx 100 meters min_elevation_deg=5, # 5 degrees is the requirement ), "SANSA": StationProperties( From 94bf5617c5ff62d355a583960c372cb6526659b5 Mon Sep 17 00:00:00 2001 From: Laura Sandoval Date: Fri, 16 Jan 2026 11:21:32 -0700 Subject: [PATCH 2/2] update constants --- imap_processing/ialirt/constants.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/imap_processing/ialirt/constants.py b/imap_processing/ialirt/constants.py index 1c5b4bda1d..67788388ca 100644 --- a/imap_processing/ialirt/constants.py +++ b/imap_processing/ialirt/constants.py @@ -50,9 +50,7 @@ class StationProperties(NamedTuple): min_elevation_deg: float # minimum elevation angle in degrees -# Verified by Kiel and KSWC Observatory staff. -# Notes: the KSWC station is not yet operational, -# but will have the following properties: +# Verified by Observatory staff. STATIONS = { "Kiel": StationProperties( longitude=10.1808, # degrees East