diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index cf6dbb243708fe7e4f1dd9ef8eb05911f6f91ea2..ddbb3b47f29b97f79c31237af6830aa7d66d2529 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