From 0b887a3e580a1d060179765318a7196c063939b7 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Fri, 3 Sep 2021 09:48:20 -0500 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index cf6dbb24..ddbb3b47 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -5,7 +5,7 @@ import matplotlib.pyplot as plt import os from util.util import get_time_tuple_utc, GenericException, add_time_range_to_filename, is_night, is_day, \ get_grid_values_all, check_oblique, make_times, find_bin_index, get_timestamp -from aeolus.datasource import CLAVRx, GOESL1B +from aeolus.datasource import CLAVRx, CLAVRx_VIIRS, GOESL1B from util.geos_nav import GEOSNavigation import h5py import re -- GitLab