diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index a59480dc58a703a1e33dbeee02a6a75692059613..066c14f8e898082bb69aeb1ce99ff192e24c2b02 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -6,7 +6,7 @@ import os
 from util.util import get_time_tuple_utc, GenericException, add_time_range_to_filename, is_night, is_day, \
     check_oblique, make_times, find_bin_index, get_timestamp, homedir
 from util.plot import make_icing_image
-from aeolus.datasource import CLAVRx, CLAVRx_VIIRS, GOESL1B
+from aeolus.datasource import CLAVRx, CLAVRx_VIIRS, GOESL1B, CLAVRx_H08
 import h5py
 import re
 import datetime