Expand max filter radius to 21 pixels

This commit is contained in:
Steven Robertson
2011-10-28 08:23:33 -04:00
parent f3a79b200c
commit 6b2cb024ac
3 changed files with 17 additions and 21 deletions

View File

@ -1,7 +1,7 @@
import numpy as np
# The maximum number of coeffecients that will ever be retained on the device
FWIDTH = 15
FWIDTH = 21
# The number of points on either side of the center in one dimension
F2 = int(FWIDTH/2)