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

snapshot...

parent 371c94bb
Branches
No related tags found
No related merge requests found
......@@ -181,9 +181,10 @@ def run_icing_predict(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output_dir=h
bt_10_4_2d = bt_10_4.reshape((num_lines, num_elems))
write_icing_file_nc4(clvrx_str_time, output_dir, preds_2d_dct, probs_2d_dct, bt_10_4_2d,
write_icing_file_nc4(clvrx_str_time, output_dir, preds_2d_dct, probs_2d_dct,
x_rad, y_rad, lons_2d, lats_2d, cc, ll,
satellite=satellite, domain=domain, use_nan=use_nan, has_time=has_time, prob_thresh=prob_thresh)
satellite=satellite, domain=domain, use_nan=use_nan, has_time=has_time,
prob_thresh=prob_thresh, bt_10_4_2d=bt_10_4_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