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

snapshot...

parent e9eaa294
No related branches found
No related tags found
No related merge requests found
...@@ -77,17 +77,6 @@ if KERNEL_SIZE == 3: ...@@ -77,17 +77,6 @@ if KERNEL_SIZE == 3:
slc_y = slice(1, int(Y_LEN/2) + 3) slc_y = slice(1, int(Y_LEN/2) + 3)
x_128 = slice(4, X_LEN + 4) x_128 = slice(4, X_LEN + 4)
y_128 = slice(4, Y_LEN + 4) y_128 = slice(4, Y_LEN + 4)
# elif KERNEL_SIZE == 5: These no longer apply here
# slc_x = slice(3, 135)
# slc_y = slice(3, 135)
# slc_x_2 = slice(2, 137, 2)
# slc_y_2 = slice(2, 137, 2)
# x_128 = slice(5, 133)
# y_128 = slice(5, 133)
# t = np.arange(1, 67, 0.5)
# s = np.arange(1, 67, 0.5)
# x_2 = np.arange(68)
# y_2 = np.arange(68)
# ---------------------------------------- # ----------------------------------------
......
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