From 15d24e3a5569f51c59265718e9a5da0408b7ad74 Mon Sep 17 00:00:00 2001 From: pcain <pcain@usgs.gov> Date: Mon, 4 Oct 2021 15:58:09 -0600 Subject: [PATCH] add BSL narod metadata --- geomagio/Metadata.py | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/geomagio/Metadata.py b/geomagio/Metadata.py index eb9ade2a..dec19252 100644 --- a/geomagio/Metadata.py +++ b/geomagio/Metadata.py @@ -152,6 +152,29 @@ _INSTRUMENT_METADATA = [ }, }, }, + { + "network": "NT", + "station": "BSL", + "start_time": None, + "end_time": None, + "instrument": { + "type": "Narod", + "channels": { + "U": [ + {"channel": "U_Volt", "offset": 0, "scale": 100}, + {"channel": "U_Bin", "offset": 0, "scale": 500}, + ], + "V": [ + {"channel": "V_Volt", "offset": 0, "scale": 100}, + {"channel": "V_Bin", "offset": 0, "scale": 500}, + ], + "W": [ + {"channel": "W_Volt", "offset": 0, "scale": 100}, + {"channel": "W_Bin", "offset": 0, "scale": 500}, + ], + }, + }, + }, { "network": "NT", "station": "CMO", -- GitLab