Closed GoogleCodeExporter closed 9 years ago
Hi Benny,
Yes, the commented table (size=5) is the correct one, you are not allowed to
write value on the guard point (position 4 in a table of size 4, beginning at
0). The guardpoint is added automatically to allow linear interpolation and it
is always a copy of the first point of the table (to wrap around without
glitch). If you don't want the wrap around interpolation, you just have to
scale the index of the Pointer. For the table of size 5, sig should be:
sig = Sig(0, mul=4./5)
Hope that helps!
Original comment by belan...@gmail.com
on 15 May 2013 at 12:38
Thanks, Olivier, for your reply. That makes a lot of sense! This issue is
resolved.
Benny
Original comment by bennymar...@gmail.com
on 19 May 2013 at 6:05
Original comment by belan...@gmail.com
on 21 May 2013 at 3:11
Original issue reported on code.google.com by
bennymar...@gmail.com
on 9 May 2013 at 10:53