InstrumentResample
This program resamples instrument data to a given timeSeries using a resampling method.
This program can also be used to reduce the sampling of an instrument file, but a better way to reduce the sampling of noisy data with regular sampling is to use a low pass filter first with InstrumentFilter and then thin out the data with InstrumentReduceSampling.
Name | Type | Annotation |
---|---|---|
outputfileInstrument | filename | |
inputfileInstrument | filename | |
method | interpolatorTimeSeries | resampling method |
timeSeries | timeSeries | resampled points in time |