From f1068161863b6f79419ee00c2f0307963d067945 Mon Sep 17 00:00:00 2001 From: pcain <pcain@usgs.gov> Date: Fri, 8 Oct 2021 14:05:04 -0600 Subject: [PATCH] add temp aliases to element conversions --- geomagio/edge/SNCL.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/geomagio/edge/SNCL.py b/geomagio/edge/SNCL.py index e137b2b16..88e012e9b 100644 --- a/geomagio/edge/SNCL.py +++ b/geomagio/edge/SNCL.py @@ -9,6 +9,11 @@ ELEMENT_CONVERSIONS = { # derived indicies "Dst3": "X3", "Dst4": "X4", + # temperatures + "T1": "K1", + "T2": "K2", + "T3": "K3", + "T4": "K4", } CHANNEL_CONVERSIONS = { -- GitLab