From 6862065eae49b34f199c474275705cc141e6270f Mon Sep 17 00:00:00 2001
From: "Geels, Brendan Ryan" <bgeels@usgs.gov>
Date: Fri, 18 Aug 2023 08:08:15 -0600
Subject: [PATCH] Swap SJG and SJT metadata

---
 geomagio/Metadata.py | 46 ++++++++++++++++++++++----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

diff --git a/geomagio/Metadata.py b/geomagio/Metadata.py
index 1f66ee53..7f3b3cca 100644
--- a/geomagio/Metadata.py
+++ b/geomagio/Metadata.py
@@ -541,29 +541,6 @@ _INSTRUMENT_METADATA = [
         "station": "SJG",
         "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": "SJT",
-        "start_time": None,
-        "end_time": None,
         "instrument": {
             "type": "FGE",
             "channels": {
@@ -591,6 +568,29 @@ _INSTRUMENT_METADATA = [
             },
         },
     },
+    {
+        "network": "NT",
+        "station": "SJT",
+        "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": "TUC",
-- 
GitLab