From f9f6551fb74db4119589f09da1d90cb21ded9d49 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Sun, 17 Apr 2022 20:33:54 -0500
Subject: [PATCH] minor...

---
 modules/icing/pirep_goes.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 9fc45feb..d3477113 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -1735,7 +1735,8 @@ def split_data(times):
                    [get_timestamp('2021-09-24_00:00'), get_timestamp('2021-10-01_23:59')],
                    [get_timestamp('2021-11-01_00:00'), get_timestamp('2021-11-07_23:59')],
                    [get_timestamp('2022-01-01_00:00'), get_timestamp('2022-01-07_23:59')],
-                   [get_timestamp('2022-03-01_00:00'), get_timestamp('2022-03-07_23:59')]]
+                   [get_timestamp('2022-03-01_00:00'), get_timestamp('2022-03-07_23:59')],
+                   [get_timestamp('2022-04-01_00:00'), get_timestamp('2022-04-04_23:59')]]
 
     keep_out = 10800  # 3 hrs
 
@@ -1764,7 +1765,8 @@ def split_data(times):
                    [get_timestamp('2021-10-05_00:00'), get_timestamp('2021-10-10_23:59')],
                    [get_timestamp('2021-12-01_00:00'), get_timestamp('2021-12-04_23:59')],
                    [get_timestamp('2022-02-01_00:00'), get_timestamp('2022-02-04_23:59')],
-                   [get_timestamp('2022-03-26_00:00'), get_timestamp('2022-03-30_23:59')]]
+                   [get_timestamp('2022-03-26_00:00'), get_timestamp('2022-03-30_23:59')],
+                   [get_timestamp('2022-04-07_00:00'), get_timestamp('2022-04-10_23:59')]]
 
     tst_time_idxs = []
     for t_rng in time_ranges:
-- 
GitLab