Smooth g Delete large spikes

Deletes spikes on all selected data sets. For single spikes it might be faster to use the delete data points option in the "Edit" menu, but for a plot with many spikes this function can be very handy.

You have to define:

This function will not change the number of data points in a plot. When an invalid value is encountered (the "spike") the program will search within the plot for the nearest valid value. When this is found, the program will draw a line between the last valid point and the next valid point, and place all the "out of spec" points on that line. 

When you first draw a rectangle, only the data points which fall within the rectangle are processed.