From ce3c0d558d477618557be70fd4a80b4663ccdb7e Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Mon, 8 Mar 2021 10:15:50 -0600
Subject: [PATCH] snapshot...

---
 modules/icing/pirep_goes.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index c9c89676..6be1c6d4 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -69,7 +69,7 @@ def get_grid_values(h5f, grid_name, j_c, i_c, half_width, scale_factor_name='sca
     return grd_vals
 
 
-def run(time_keys, pirep_dct):
+def run(time_keys, pirep_dct, outfile=None):
 
     nav = GEOSNavigation(sub_lon=-75.0, CFAC=5.6E-05, COFF=-0.101332, LFAC=-5.6E-05, LOFF=0.128212, num_elems=2500, num_lines=1500)
 
@@ -119,7 +119,7 @@ def run(time_keys, pirep_dct):
 
             cnt += 1
 
-    print('num images: ', cnt)
+    print('num images: ', cnt, len(time_keys))
 
 
 def create_file(filename, ds_list, ds_types):
-- 
GitLab