diff --git a/geomagio/Metadata.py b/geomagio/Metadata.py index f2a45407d61fae532fa29d11546a9a7d46950bdd..47b584fe64eefd35b96195eb03d2dea9d3035812 100644 --- a/geomagio/Metadata.py +++ b/geomagio/Metadata.py @@ -175,6 +175,29 @@ _INSTRUMENT_METADATA = [ }, }, }, + { + "network": "NT", + "station": "SHU", + "start_time": None, + "end_time": None, + "instrument": { + "type": "Narod", + "channels": { + "U": [ + {"channel": "U_Volt", "offset": 0, "scale": 100}, + {"channel": "U_Bin", "offset": 0, "scale": 505}, + ], + "V": [ + {"channel": "V_Volt", "offset": 0, "scale": 100}, + {"channel": "V_Bin", "offset": 0, "scale": 505}, + ], + "W": [ + {"channel": "W_Volt", "offset": 0, "scale": 100}, + {"channel": "W_Bin", "offset": 0, "scale": 505}, + ], + }, + }, + }, { "network": "NT", "station": "SJT",