From fccce139fc9b7126cc1b9ba02c0f79f2bc3c10cf Mon Sep 17 00:00:00 2001 From: pcain <pcain@usgs.gov> Date: Wed, 8 Sep 2021 20:26:19 +0000 Subject: [PATCH] Add CMO constants to Metadata.py --- geomagio/Metadata.py | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/geomagio/Metadata.py b/geomagio/Metadata.py index d235f7f4..b29a1e24 100644 --- a/geomagio/Metadata.py +++ b/geomagio/Metadata.py @@ -106,6 +106,29 @@ _INSTRUMENT_METADATA = [ }, }, }, + { + "network": "NT", + "station": "CMO", + "start_time": None, + "end_time": None, + "instrument": { + "type": "Narod", + "channels": { + "U": [ + {"channel": "U_Volt", "offset": 0, "scale": 99.4}, + {"channel": "U_Bin", "offset": 0, "scale": 502.5}, + ], + "V": [ + {"channel": "V_Volt", "offset": 0, "scale": 101.5}, + {"channel": "V_Bin", "offset": 0, "scale": 512.5}, + ], + "W": [ + {"channel": "W_Volt", "offset": 0, "scale": 100.98}, + {"channel": "W_Bin", "offset": 0, "scale": 509.15}, + ], + }, + }, + }, { "network": "NT", "station": "CMT", -- GitLab