From 1af1c3d6c343671552d549deba2eab73494ae904 Mon Sep 17 00:00:00 2001 From: "Geels, Brendan Ryan" <bgeels@usgs.gov> Date: Thu, 6 Apr 2023 15:26:46 -0600 Subject: [PATCH] Add refined metadata offset for TUC --- geomagio/Metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geomagio/Metadata.py b/geomagio/Metadata.py index 6d490879..cc78c445 100644 --- a/geomagio/Metadata.py +++ b/geomagio/Metadata.py @@ -593,7 +593,7 @@ _INSTRUMENT_METADATA = [ # TODO: calculate these lists based on "FGE" type "U": [{"channel": "U_Volt", "offset": 24024, "scale": 978.355}], "V": [{"channel": "V_Volt", "offset": 0, "scale": 965.901}], - "W": [{"channel": "W_Volt", "offset": 39999, "scale": 954.543}], + "W": [{"channel": "W_Volt", "offset": 40040, "scale": 954.543}], }, # this info should get updated when available "electronics": { -- GitLab