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

snapshot..

parent ace60119
Branches
No related tags found
No related merge requests found
......@@ -276,7 +276,7 @@ class SRCNN:
tmp = np.where(tmp > 1.0, 1.0, tmp)
tmp = np.where(np.isnan(tmp), 0, tmp)
tmp = resample_2d_linear(x_2, y_2, tmp, t, s)
tmp = tmp[y_k, x_k]
tmp = tmp[:, y_k, x_k]
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