From 5ca3fc138736590278d4f35670ec583e5a879980 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Fri, 11 Nov 2022 11:15:00 -0600 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 84c3c826..afc286e6 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -1947,7 +1947,10 @@ def split_data(times): [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-04-07_00:00'), get_timestamp('2022-04-10_23:59')], - [get_timestamp('2022-05-01_00:00'), get_timestamp('2022-05-04_23:59')]] + [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')]] # 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