From d5d2f22e9074163ea1b72e99f8b9fa96d1abbdf6 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 3 Jan 2023 18:24:32 -0600 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index e835f6c5..781079e5 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -2153,7 +2153,8 @@ def split_data(times): [get_timestamp('2022-05-01_00:00'), get_timestamp('2022-05-06_23:59')], [get_timestamp('2022-10-03_00:00'), get_timestamp('2022-10-08_23:59')], [get_timestamp('2022-10-17_00:00'), get_timestamp('2022-10-22_20:59')], - [get_timestamp('2022-11-01_00:00'), get_timestamp('2022-11-05_23:59')]] + [get_timestamp('2022-11-01_00:00'), get_timestamp('2022-11-05_23:59')], + [get_timestamp('2022-11-10_00:00'), get_timestamp('2022-12-15_23:59')]] # time_ranges_lunar = [[get_timestamp('2018-02-01_00:00'), get_timestamp('2018-02-04_23:59')], # [get_timestamp('2018-04-01_00:00'), get_timestamp('2018-04-04_23:59')], -- GitLab