dftmax - tpcclib 0.8.0 © 2023 by Turku PET Centre

Finds the maximum (or minimum) value and its time in TAC file(s).
 
Usage: dftmax [Options] tacfile(s)
 
Options:
 -min
     Find the minimum value, instead of maximum.
 -c[lean]
     Only the maximum or minimum value of ALL specified files is printed.
 -x[=<y|N>]
     Time of maximum is printed (y) or not (n, default).
 -f[=<y|N>]
     Time frame (1..sampleNr) of maximum is printed (y) or not (n, default).
 -y[=<Y|n>]
     Maximum value is printed (y, default) or not (n).
 -robust
     Search is limited to the longest range above and below median
 -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: Get maximum of all TACs into DOS variable 'MAXVAL':
     dftmax -clean *.tac > max.txt
     set /p MAXVAL=<max.txt
 
See also: tacpeak, tacunit, tacframe, tacrange, imgmax
 
Keywords: TAC, peak, max, min