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

snapshot...

parent 4a9bc170
Branches
No related tags found
No related merge requests found
......@@ -815,7 +815,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
cld_frac_out = np.zeros((y_len, x_len), dtype=np.int8)
border = int((KERNEL_SIZE - 1)/2)
cld_frac_out[border:h_y_len, border:x_len - border] = cld_frac_nh[0, :, :]
cld_frac_out[h_y_len:y_len - border, border:x_len - border] = cld_frac_sh[0, 1::, :]
cld_frac_out[h_y_len:y_len, border:x_len - border] = cld_frac_sh[0, 1::, :]
bt = denormalize(bt, 'temp_11_0um_nom', mean_std_dct)
refl = denormalize(refl, 'refl_0_65um_nom', mean_std_dct)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment