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

snapshot...

parent efa258f4
Branches
No related tags found
No related merge requests found
...@@ -723,7 +723,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir): ...@@ -723,7 +723,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
print('REFL done') print('REFL done')
bt = np.where(np.isnan(bt), 0, bt) bt = np.where(np.isnan(bt), 0, bt)
bt = bt[nn.slc_y, nn.slc_x] bt = bt[slc_y, slc_x]
bt = np.expand_dims(bt, axis=0) bt = np.expand_dims(bt, axis=0)
bt = upsample_static(bt, x_2, y_2, t, s, None, None) bt = upsample_static(bt, x_2, y_2, t, s, None, None)
bt = normalize(bt, 'temp_11_0um_nom', mean_std_dct) bt = normalize(bt, 'temp_11_0um_nom', mean_std_dct)
...@@ -741,7 +741,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir): ...@@ -741,7 +741,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
# refl_avg = np.squeeze(refl_avg) # refl_avg = np.squeeze(refl_avg)
cld_opd = np.where(np.isnan(cld_opd), 0, cld_opd) cld_opd = np.where(np.isnan(cld_opd), 0, cld_opd)
cld_opd = cld_opd[nn.slc_y, nn.slc_x] cld_opd = cld_opd[slc_y, slc_x]
cld_opd = np.expand_dims(cld_opd, axis=0) cld_opd = np.expand_dims(cld_opd, axis=0)
cld_opd = upsample_static(cld_opd, x_2, y_2, t, s, None, None) cld_opd = upsample_static(cld_opd, x_2, y_2, t, s, None, None)
cld_opd = normalize(cld_opd, label_param, mean_std_dct) cld_opd = normalize(cld_opd, label_param, mean_std_dct)
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment