Relax FUSE a little (no visible impact so far)

This commit is contained in:
Steven Robertson 2011-10-16 13:45:27 -04:00
parent c4ce3cf4c2
commit 8ce2470dfb

View File

@ -391,7 +391,7 @@ class Features(object):
""" """
# Constant parameters which control handling of out-of-frame samples: # Constant parameters which control handling of out-of-frame samples:
# Number of iterations to iterate without write after new point # Number of iterations to iterate without write after new point
fuse = 20 fuse = 10
# Maximum consecutive out-of-bounds points before picking new point # Maximum consecutive out-of-bounds points before picking new point
max_oob = 10 max_oob = 10
max_nxforms = 12 max_nxforms = 12