diff --git a/geomagio/Metadata.py b/geomagio/Metadata.py index eb9ade2abe4a9f8667f424fa98119f0f99b95dec..dec19252ea83794b728221f6bd7f7518f16d6e17 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",