tacp2f - tpcclib 0.8.0 © 2023 by Turku PET Centre
Converts y values in TAC file from percentages to fractions.
If none of y values exceeds 1 then no conversion is done.
Usage: tacp2f [options] tacfile [outputfile]
Options:
-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. Convert all dat files in current directory in bash shell:
for file in ./*.dat; do tacp2f $file; done
Example 2. Convert all dat files in Windows command prompt window:
for %g in (*.dat) do tacp2f %g
See also: taccalc, tacunit, tacsety, tac2svg
Keywords: TAC, tool