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

snapshot...

parent 2f4b6bd4
No related merge requests found
...@@ -87,8 +87,8 @@ if KERNEL_SIZE == 3: ...@@ -87,8 +87,8 @@ 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) # x_128 = slice(3, N*128 + 3)
#y_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.
Please register or to comment