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

snapshot...

parent 5b0a3cff
Branches
No related tags found
No related merge requests found
...@@ -87,8 +87,6 @@ if KERNEL_SIZE == 3: ...@@ -87,8 +87,6 @@ if KERNEL_SIZE == 3:
s = np.arange(0, int((N*128)/2) + 3, 0.5) s = np.arange(0, int((N*128)/2) + 3, 0.5)
x_k = slice(1, N*128 + 3) x_k = slice(1, N*128 + 3)
y_k = slice(1, N*128 + 3) y_k = slice(1, N*128 + 3)
# x_128 = slice(3, N*128 + 3)
# y_128 = slice(3, N*128 + 3)
slc_x = slice(1, 67) slc_x = slice(1, 67)
slc_y = slice(1, 67) slc_y = slice(1, 67)
x_128 = slice(4, N*128 + 4) x_128 = slice(4, N*128 + 4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment