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

snapshot...

parent 3b4ba22b
Branches
No related tags found
No related merge requests found
......@@ -1886,6 +1886,6 @@ def run_make_images(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', ckpt_dir_s_pat
ice_lons, ice_lats, preds_2d, lons_2d, lats_2d, x_rad, y_rad = run_evaluate_static(h5f, ckpt_dir_s_path=ckpt_dir_s_path, prob_thresh=prob_thresh, satellite=satellite, domain=domain)
make_icing_image(h5f, ice_lons, ice_lats, clvrx_str_time, satellite, domain, ice_lons_vld=keep_lons, ice_lats_vld=keep_lats, extent=extent)
write_icing_file('/home/rink/icing_pred.h5', clvrx_str_time, preds_2d, x_rad, y_rad, lons_2d, lats_2d)
write_icing_file(clvrx_str_time, preds_2d, x_rad, y_rad, lons_2d, lats_2d)
print('Done: ', clvrx_str_time)
h5f.close()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment