I have thousands of data points and I want to subtract two consecutive points and add the value to a new column. I tried to idex the row but it seems like igor doesn't work same way as python. Is there a cmd line that will calculate the change of consecutive data points? Say for instance I have a data
wave0= 1 3 8 9 12 18
And I want
wave1= 2 5 1 3 6
You can use the
p, q, r, swave indexing in Igor Pro for that.So something like
should do the trick.