diff --git a/geomagio/Metadata.py b/geomagio/Metadata.py index d193aab67027e0e24a21ae0feee84b5c2b5c9b42..ded8a141ddf9a20a39e5c1f4e6c994a136320f3b 100644 --- a/geomagio/Metadata.py +++ b/geomagio/Metadata.py @@ -65,6 +65,29 @@ _INSTRUMENT_METADATA = [ "station": "BRT", "start_time": None, "end_time": None, + "instrument": { + "type": "Narod", + "channels": { + "U": [ + {"channel": "U_Volt", "offset": 0, "scale": 100}, + {"channel": "U_Bin", "offset": 0, "scale": 506}, + ], + "V": [ + {"channel": "V_Volt", "offset": 0, "scale": 100}, + {"channel": "V_Bin", "offset": 0, "scale": 505.6}, + ], + "W": [ + {"channel": "W_Volt", "offset": 0, "scale": 100}, + {"channel": "W_Bin", "offset": 0, "scale": 506}, + ], + }, + }, + }, + { + "network": "NT", + "station": "FDT", + "start_time": None, + "end_time": None, "instrument": { "type": "Narod", "channels": {