Skip to content
Snippets Groups Projects
Commit b65323bc authored by tomrink's avatar tomrink
Browse files

snapshot...

parent ca04a9a9
Branches
No related tags found
No related merge requests found
......@@ -1041,6 +1041,8 @@ def run_evaluate_static(h5f, ckpt_dir_s_path, prob_thresh=0.5, satellite='GOES16
else:
preds = np.argmax(probs, axis=1)
preds_2d = preds.reshape((len(ll), len(cc)))
cc = np.array(cc)
ll = np.array(ll)
x_rad = cc * nav.CFAC + nav.COFF
y_rad = ll * nav.LFAC + nav.LOFF
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment