From 77a2b163390ef3e3940336b821ebd86634cb4629 Mon Sep 17 00:00:00 2001
From: "E. Joshua Rigler" <erigler@usgs.gov>
Date: Fri, 8 May 2020 15:24:50 -0600
Subject: [PATCH] Add BRT to metadata in order to enable 10Hz filter

Just using default Narod cal values.
---
 geomagio/Metadata.py | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

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