From 4b0d58e0cbcbd53a7daaab4f57513e6778dc883a Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Fri, 29 Oct 2021 12:04:36 -0500 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 f5549f5b..bba5b3d9 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -1937,8 +1937,8 @@ def run_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', ckpt_dir_s_path='/ lons_2d = lon_s.reshape((num_lines, num_elems)) lats_2d = lat_s.reshape((num_lines, num_elems)) - preds_2d_s, probs_2d_s = run_evaluate_static_new(data_dct, num_lines, num_elems, ckpt_dir_s_path=ckpt_dir_s_path, prob_thresh=prob_thresh) - #write_icing_file(clvrx_str_time, preds_2d, x_rad, y_rad, lons_2d, lats_2d) + preds_2d_dct, probs_2d_dct = run_evaluate_static_new(data_dct, num_lines, num_elems, ckpt_dir_s_path=ckpt_dir_s_path, prob_thresh=prob_thresh) + write_icing_file(clvrx_str_time, preds_2d_dct, probs_2d_dct, x_rad, y_rad, lons_2d, lats_2d) print('Done: ', clvrx_str_time) h5f.close() -- GitLab