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

snapshot...

parent 86eb2e6c
Branches
No related tags found
No related merge requests found
......@@ -688,11 +688,11 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
LEN_X -= 16
refl = np.where(np.isnan(refl), 0, refl)
refl = normalize(refl, 'refl_0_65um_nom', mean_std_dct)
refl = np.expand_dims(refl, axis=0)
nn = SRCNN(LEN_Y=LEN_Y, LEN_X=LEN_X)
refl = refl[nn.slc_y, nn.slc_x]
refl = np.expand_dims(refl, axis=0)
bt = get_grid_values_all(h5f, 'orig/temp_11_0um')
bt = np.where(np.isnan(bt), 0, bt)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment