From 57c55106583483e0b6f8c9359f3d16f9cfe255e8 Mon Sep 17 00:00:00 2001
From: Alex Wernle <awernle@usgs.gov>
Date: Tue, 30 Jan 2024 11:12:52 -0700
Subject: [PATCH] Deleting things we agreed are unnecessary.

---
 geomagio/metadata/Flag.py | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/geomagio/metadata/Flag.py b/geomagio/metadata/Flag.py
index d57f10d6..face8f16 100644
--- a/geomagio/metadata/Flag.py
+++ b/geomagio/metadata/Flag.py
@@ -139,19 +139,6 @@ class Offsets(Flag):
     duration: timedelta
 
 
-class AdjustedAlgorithmOffsets(Flag):
-    """
-    This class is used to flag shifts made by the Adjusted Algorithm.
-
-    Attributes
-    ----------
-     adjustments: Dict
-        Adjustments made by the algorithm.
-    """
-
-    adjustments: Dict
-
-
 class Events(Flag):
     """
     This class is used to flag an event of interest such as a geomagnetic storm or earthquake.
@@ -165,15 +152,6 @@ class Events(Flag):
     geomagnetic_storm: bool = None  # if true, ignore spike detection filter
 
 
-class Anomalies(Flag):
-    """
-    This class is used to flag anything that does not fall under the above categories.
-
-    Attributes
-    ----------
-    """
-
-
 # More example usage:
 noise_data = {
     "starttime": "2023-11-16 12:00:00",
-- 
GitLab