From 6da69abd8b68e2aea50bf803c3e102d9e98717aa Mon Sep 17 00:00:00 2001 From: "Geels, Brendan Ryan" <bgeels@usgs.gov> Date: Wed, 13 Mar 2024 17:08:45 +0000 Subject: [PATCH] Yet another update to BDT offsets --- geomagio/Metadata.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/geomagio/Metadata.py b/geomagio/Metadata.py index 4b935a54..2be5dcb5 100644 --- a/geomagio/Metadata.py +++ b/geomagio/Metadata.py @@ -136,9 +136,9 @@ _INSTRUMENT_METADATA = [ "channels": { # each channel maps to a list of components to calculate nT # TODO: calculate these lists based on "FGE" type - "U": [{"channel": "U_Volt", "offset": 20982.17, "scale": 966.7624}], - "V": [{"channel": "V_Volt", "offset": -2943.59, "scale": 944.1253}], - "W": [{"channel": "W_Volt", "offset": 47136.96, "scale": 975.5875}], + "U": [{"channel": "U_Volt", "offset": 20495, "scale": 966.7624}], + "V": [{"channel": "V_Volt", "offset": 2873, "scale": 944.1253}], + "W": [{"channel": "W_Volt", "offset": 46961, "scale": 975.5875}] }, "electronics": { "serial": "E574", -- GitLab