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

snapshot...

parent dc68381f
No related branches found
No related tags found
No related merge requests found
...@@ -86,8 +86,6 @@ if KERNEL_SIZE == 3: ...@@ -86,8 +86,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)
x_128 = slice(2, N*128 + 2) x_128 = slice(2, N*128 + 2)
y_128 = slice(2, N*128 + 2) y_128 = slice(2, N*128 + 2)
elif KERNEL_SIZE == 5: elif KERNEL_SIZE == 5:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment