diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index ace216c36a4833f17c3a0eb021b539f820492ad8..cee2f466974cc9154753a826310a3fc9351c8df0 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -167,10 +167,16 @@ def analyze(ice_dct, no_ice_dct): print(np.sum(np.logical_and(hist_a > 0, hist_b > 0))) + last_file = None + cnt = 0 for ts in list(no_ice_dct.keys()): try: ds = get_goes_datasource(ts) goes_file = ds.get_file(ts)[0] + if goes_file != last_file: + print(goes_file) + last_file = goes_file + cnt += 1 except Exception: continue