diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 6503173c3c983f4e36dab8e0b6bc57197dc55a8d..8f3b28dbb9c552724390e92fa102f2c8e47bd2fc 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -74,10 +74,6 @@ def run():
             lon_s[0] = lon
             cc, ll = nav.earth_to_lc_s(lon_s, lat_s)
 
-            #images, _, _, idxs = get_images(lon_s, lat_s, time, ['14'], [10], [1])
-            #if images is not None:
-            #    counts, edges = np.histogram(images[0,], range=[150, 350], bins=20)
-
             clvr_ds = get_clavrx_datasource(time)
             clvr_file = clvr_ds.get_file(time)
             if clvr_file is None:
@@ -96,4 +92,4 @@ def run():
             else:
                 h5f = last_h5f
 
-            gvals = get_grid_values(h5f, 'temp_11_0um_nom', ll[0], cc[0], 20)
+            gvals = get_grid_values(h5f, 'temp_10_4um_nom', ll[0], cc[0], 20)