[Kst] [Bug 134987] Skipping frames sometimes misses the last point
netterfield at astro.utoronto.ca
netterfield at astro.utoronto.ca
Wed Mar 28 21:08:48 CEST 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=134987
------- Additional Comments From netterfield astro utoronto ca 2007-03-28 21:08 -------
Correct Behaviour:
(i) [current behaviour] always read on skip boundaries: ie only read frames N*S where S is the value of 'skip' and N is an integer. (eg, if S = 2, only read even numbered frames, regardless of the starting frame given.
(ii) [current behaviour] when 'average' is on, only return points if there are a full S frames available to average. Average forward.
this bug seems to request
(iii-a) when 'average' is off, read as many frames as you can, given the frame range given.
the current behaviour is
(iii-b) [current behaviour] when 'average' is off, read the same number of frames as you would if 'average' were on.
I think (i), (ii), (iii-b), the current behaviour, is, in fact, what we want.
Thoughts?
More information about the Kst
mailing list