From d8e21ac81d2cffdf7082ff05accc04c0916cfaad Mon Sep 17 00:00:00 2001 From: "Geels, Brendan Ryan" <bgeels@usgs.gov> Date: Thu, 6 Apr 2023 14:16:00 -0600 Subject: [PATCH] Add offsets for SJT & GUT --- geomagio/Metadata.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/geomagio/Metadata.py b/geomagio/Metadata.py index 5cb5f742..6d490879 100644 --- a/geomagio/Metadata.py +++ b/geomagio/Metadata.py @@ -356,9 +356,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": 0, "scale": 314.28}], + "U": [{"channel": "U_Volt", "offset": 35989, "scale": 314.28}], "V": [{"channel": "V_Volt", "offset": 0, "scale": 310.48}], - "W": [{"channel": "W_Volt", "offset": 0, "scale": 317.5}], + "W": [{"channel": "W_Volt", "offset": 7654, "scale": 317.5}], }, # this info should get updated when available "electronics": { @@ -559,9 +559,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": 0, "scale": 313.2034}], + "U": [{"channel": "U_Volt", "offset": 27047, "scale": 313.2034}], "V": [{"channel": "V_Volt", "offset": 0, "scale": 312.2797}], - "W": [{"channel": "W_Volt", "offset": 0, "scale": 311.9576}], + "W": [{"channel": "W_Volt", "offset": 24288, "scale": 311.9576}], }, # this info should get updated when available "electronics": { @@ -613,7 +613,7 @@ _INSTRUMENT_METADATA = [ }, }, }, - ## Leaving these old objects in comments in case we want to save it in the actual database as historical data + ## Leaving these old objects in comments in case we want to save them in the actual database as historical data # { # "network": "NT", # "station": "TUC", -- GitLab