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

snapshot...

parent 25f286b3
Branches
No related tags found
No related merge requests found
......@@ -221,8 +221,9 @@ class SRCNN:
tmp = normalize(tmp, param, mean_std_dct, add_noise=add_noise, noise_scale=noise_scale)
data_norm.append(tmp)
# --------
tmp = input_data[:, 0, 3:131, 3:131]
tmp = normalize(tmp, 'temp_11_0um_nom', mean_std_dct)
tmp = input_data[:, 2, 3:131:2, 3:131:2]
tmp = resample_2d_linear(y_64, x_64, tmp, s, t)
#tmp = normalize(tmp, 'temp_11_0um_nom', mean_std_dct)
data_norm.append(tmp)
# ---------
data = np.stack(data_norm, axis=3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment