diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index c1e1315b59f3b8e67d3d20aae69d6440dd2108b4..60adf4ff1d3e2c5cc04e254f23b03f4652113910 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -415,6 +415,7 @@ def analyze_all(ice_dct, no_ice_dct, neg_ice_dct):
                 for tup in rpts:
                     no_ice_files.append(goes_file)
                     no_ice_times.append(t_0)
+                    no_ice_keys.append(ts)
                     last_file = goes_file
         except Exception:
             continue
@@ -432,6 +433,7 @@ def analyze_all(ice_dct, no_ice_dct, neg_ice_dct):
                 for tup in rpts:
                     neg_ice_files.append(goes_file)
                     neg_ice_times.append(t_0)
+                    neg_ice_keys.append(ts)
                     last_file = goes_file
         except Exception:
             continue