tacmsamp - tpcclib 0.8.0 © 2023 by Turku PET Centre

Inspect TAC file for multiple samples with the same sample time.
 
Usage: tacmsamp [options] file
 
Options:
 -mean
     Replace multiple samples with their mean.
 -h, --help
     Display usage information on standard output and exit.
 -v, --version
     Display version and compile information on standard output and exit.
 -d[n], --debug[=n], --verbose[=n]
     Set the level (n) of debugging messages and listings.
 -q, --quiet
     Suppress displaying normal results on standard output.
 -s, --silent
     Suppress displaying anything except errors.
 
Example 1. Check all TAC files for multiple samples in bash shell:
     for file in ./*.tac; do tacmsamp $file; done
 
Example 2. Combine multiple samples inside TAC files in Windows command
           prompt window: 
     for %g in (*.tac) do tacmsamp -mean %g
 
See also: interpol, tacblend, taccut, taccat, tacsetx, tacframe
 
Keywords: TAC, tool, time