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

snapshot...

parent 2461c212
No related branches found
No related tags found
No related merge requests found
......@@ -685,7 +685,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
refl = get_grid_values_all(h5f, 'super/refl_0_65um')
refl = np.where(np.isnan(refl), 0, refl)
refl = normalize(refl, 'refl_0_65um_nom', mean_std_dct)
relf = np.expand_dims(refl, axis=0)
refl = np.expand_dims(refl, axis=0)
LEN_Y, LEN_X = refl.shape
nn = SRCNN(LEN_Y=LEN_Y-16, LEN_X=LEN_X-16)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment