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

snapshot...

parent a1b7545c
Branches
No related tags found
No related merge requests found
......@@ -709,7 +709,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
# refl_hi = np.squeeze(refl_hi)
# refl_avg = np.squeeze(refl_avg)
cld_opd = get_grid_values_all(h5f, 'orig/'+label_param)
cld_opd = get_grid_values_all(h5f, 'super/'+label_param)
cld_opd = np.where(np.isnan(cld_opd), 0, cld_opd)
cld_opd = cld_opd[nn.slc_y_2, nn.slc_x_2]
cld_opd = np.expand_dims(cld_opd, axis=0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment