Closed Famlam closed 1 year ago
Upon diving a bit further, I think the bug is because End index
isn't the true final index (the last point), but the first index to be excluded (the last + 1 point). If correct, however, this is in conflict with the text description and the behavior of selecting points using the mouse
True this looks like a bug. Current implementation works like python slices where the "last" index is not included. However, if selecting indexes through mouse click it becomes impossible to keep the last index. This should not be the intended behavior. I have a fix for this that will submit.
Start index
= 1,End index
= 1,Step size
= 1 (note: index = 1 refers tot the second spectrum) (Alternatively, use the mouse to click left and right of the second data point; you'll also get 1 in every input box)