pardiff - tpcclib 0.8.0 © 2023 by Turku PET Centre

Calculate difference between parameters in two files as percent change
in file2 from file1 using equation 100%*(result2-result1)/|result1|.
If file name for %-difference is not given, output is printed
on screen (stdout).
 
Usage: pardiff [options] <file1> <file2> [%-difference file]
 
Options 
 -occ[upance]
 -inh[ibition]
     Occupance or inhibition percentage is calculated, that is,
     100%*(result1-result2)/result1.
 -dif[ference]
     Difference result2-result1 is calculated.
 --force
     Result files are allowed to contain different parameter and TAC names
     and units.
 -round
     Differences are rounded to the nearest integer percentage.
 -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.
 
See also: parrenp, parcoll, parai, parformat, parmatch, paradd, parsort
 
Keywords: parameter, modelling, simulation, occupancy, inhibition