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

snapshot...

parent b6a09145
Branches
No related tags found
No related merge requests found
......@@ -1280,7 +1280,7 @@ def run_icing_predict_image(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output
max_prob = np.where(max_prob < prob_thresh, np.nan, max_prob)
make_icing_image(h5f, max_prob, None, None, clvrx_str_time, satellite, domain,
ice_lons_vld=keep_lons, ice_lats_vld=keep_lats, extent=extent)
ice_lons_vld=keep_lons, ice_lats_vld=keep_lats, ice_intensity=obs_intensity, extent=extent)
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