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

snapshot...

parent 62836b56
Branches
No related tags found
No related merge requests found
......@@ -791,7 +791,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
refl_std = get_grid_values_all(h5f, 'refl_substdev_ch01')
refl_std = np.where(np.isnan(refl_std), 0, refl_std)
cp = get_grid_values_all(h5f, 'orig/'+label_param)
cp = get_grid_values_all(h5f, label_param)
cp = np.where(np.isnan(cp), 0, cp)
# data = np.stack([bt, refl, refl_lo, refl_hi, refl_std, cp], axis=2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment