From cac8596ad1589c5305649d681abc5e4669aaf5db Mon Sep 17 00:00:00 2001
From: Jeremy Fee <jmfee@usgs.gov>
Date: Fri, 15 Jun 2018 13:46:31 -0600
Subject: [PATCH] Swap QX and QY mappings, geomag X is north and Y is east

---
 geomagio/edge/sncl.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/geomagio/edge/sncl.py b/geomagio/edge/sncl.py
index 9d2abb189..cd2b5ddc1 100644
--- a/geomagio/edge/sncl.py
+++ b/geomagio/edge/sncl.py
@@ -9,8 +9,8 @@ Location
 # components that map directly to channel suffixes
 CHANNEL_FROM_COMPONENT = {
     # e-field
-    'E-E':  'QX',
-    'E-N':  'QY',
+    'E-E':  'QY',
+    'E-N':  'QX',
     'E-U':  'QU',
     'E-V':  'QV',
     # derived indicies
-- 
GitLab