Subtracts one time series data from another. This is useful in subtracting a
smoothed version of a time series from itself (baseline subtraction). The
data files should be in the SIGPROC .tim format.
Usage:
yapp_subtract [options] data-file-A ... data-file-B
-hor--help: Display this usage information.-nor--nsamp samples: Number of time samples read in one block (default is 4096 samples).-gor--graphics: Turn on plotting.-ior--invert: Invert background and foreground colours in plots (default is white on black).-eor--non-interactive: Run in non-interactive mode.-vor--version: Display the version.
Example:
Subtracts the time series in data.smooth1000.tim from data.tim with graphics
not turned on. The output is written to data.sub.tim.
yapp_subtract data.tim data.smooth1000.tim