So I have a bunch of point that currently have different x any y values but the same z values.
I used the pDecon to get the individual values.
I would like to be able to add an integer to the z value so that it goes from this:
200
200
200
200
to:
200
Previous number + 2 (202)
Previous number + 2 (204)
Previous number + 2 (206)
Previous number + 2 (208)
etc
Does anyone have an idea?