From b2d50b0df88ce5e102c5ea9549ceda5aac837834 Mon Sep 17 00:00:00 2001
From: erigler-usgs <erigler@usgs.gov>
Date: Tue, 19 Feb 2019 14:34:35 -0700
Subject: [PATCH] Update DED and DHT DECBASE values

These changes were deployed directly to production (mage2) on November 8. This is a belated update to the official metadata.
---
 geomagio/ObservatoryMetadata.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/geomagio/ObservatoryMetadata.py b/geomagio/ObservatoryMetadata.py
index 37f602e1..c7a7f50e 100644
--- a/geomagio/ObservatoryMetadata.py
+++ b/geomagio/ObservatoryMetadata.py
@@ -226,7 +226,7 @@ DEFAULT_METADATA = {
             'elevation': '10',
             'sensor_orientation': 'HDZF',
             'sensor_sampling_rate': 100.0,
-            'declination_base': 12755,
+            'declination_base': 10755,
             'is_gin': False,
             'is_intermagnet': False,
             'conditions_of_use': 'The Conditions of Use for data provided' +
@@ -256,7 +256,7 @@ DEFAULT_METADATA = {
             'elevation': '10',
             'sensor_orientation': 'HDZF',
             'sensor_sampling_rate': 10000.0,
-            'declination_base': 12755,
+            'declination_base': 10755,
             'is_gin': False,
             'is_intermagnet': False,
             'conditions_of_use': 'The Conditions of Use for data provided' +
-- 
GitLab