From 8f75dc7b054ef3c3fd6006dab50f0ce5df90fc2a Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Fri, 12 Nov 2021 13:18:28 -0600 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 6bb79b9f..5901f6d9 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -1956,7 +1956,8 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h lons_2d = lon_s.reshape((num_lines, num_elems)) lats_2d = lat_s.reshape((num_lines, num_elems)) - preds_2d_dct, probs_2d_dct = run_evaluate_static_new(data_dct, num_lines, num_elems, ckpt_dir_s_path=model_path, prob_thresh=prob_thresh) + preds_2d_dct, probs_2d_dct = run_evaluate_static_new(data_dct, num_lines, num_elems, day_night=day_night, + ckpt_dir_s_path=model_path, prob_thresh=prob_thresh) write_icing_file(clvrx_str_time, output_dir, preds_2d_dct, probs_2d_dct, x_rad, y_rad, lons_2d, lats_2d) print('Done: ', clvrx_str_time) -- GitLab