From 7bf94f5b999caa5dce0f95434ec7a32c4775e961 Mon Sep 17 00:00:00 2001
From: Hal Simpson <hasimpson@usgs.gov>
Date: Mon, 8 Jun 2015 13:03:13 -0600
Subject: [PATCH] added base class function get_data_time_extent

---
 geomagio/Algorithm.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/geomagio/Algorithm.py b/geomagio/Algorithm.py
index 1f9ad10e..7eccd54e 100644
--- a/geomagio/Algorithm.py
+++ b/geomagio/Algorithm.py
@@ -52,3 +52,6 @@ class Algorithm(object):
             list of channels the algorithm will be returning.
         """
         return self._outchannels
+
+    def get_data_time_extent(self, outstart, outend):
+        return (outstart, outend)
-- 
GitLab