diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 84c3c826876fd27a94dddbd73f1e90adcfefe706..afc286e68080d6176eae30f257901762a9aad298 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')],