Macro Command Reference
datareduction <n> <BUFFER>
Sometimes it is useful to reduce a large number of data points which consist mainly of noise to a more practical amount of points. This function takes
n
points, builds the average, and replaces the n points with the new one.
BUFFER
a list of one or more data buffers. Possible values are:
all | all buffers in the document |
visible | visible buffers in the document |
hidden | hidden buffers in the document |
none | no buffer |
b1,b2,b3,...,bn | a list of buffers where the arguments may be math expressions. |
bs..be | buffers from bs to be |