diff --git a/geomagio/Metadata.py b/geomagio/Metadata.py index a9f2d07eea5344e7d46a00712eea870435755ca1..be5fedc7243c2e4e863d0088ee7bce3b3a7bc595 100644 --- a/geomagio/Metadata.py +++ b/geomagio/Metadata.py @@ -60,6 +60,29 @@ _INSTRUMENT_METADATA = [ }, }, }, + { + "network": "NT", + "station": "NEW", + "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": "LLO",