From 7d737ceeb37d835f18150cc009e892acc9f95d98 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 10 Mar 2021 16:08:21 -0600 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index b8a12e12..d07f6951 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -171,7 +171,6 @@ def analyze(ice_dct, no_ice_dct): ds = get_goes_datasource(ts) goes_file, t_0, _ = ds.get_file(ts) dt_obj, tt_tup = get_time_tuple_utc(ts) - print(os.path.split(goes_file)[1], tt_tup) if goes_file is not None and goes_file != last_file: no_ice_files.append(goes_file) no_ice_times.append(t_0) @@ -209,7 +208,7 @@ def analyze(ice_dct, no_ice_dct): filename = os.path.split(files[i])[1] so = re.search('_s\\d{11}', filename) dt_str = so.group() - #print(dt_str[2:]) + print(dt_str[2:]) def create_file(filename, ds_list, ds_types): -- GitLab