paradd - tpcclib 0.8.0 © 2023 by Turku PET Centre

Insert parameter values from parameter file 2 into another, optionally new,
parameter file 1. If file1 does not exist, it will be created.
 
Usage: paradd [options] file1 file2
 
Options:
 -par=<list>
     List of parameter numbers or names to be copied; all by default.
 -tac=<list>
     List of TAC numbers or names to be copied; all by default.
 -ovr
     Existing file1 is overwritten.
 --dry
     Nothing is actually copied, application only lists what it would do.
 -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:
Create a new parameter file which contains only parameters 1-3
     paradd -ovr -par=1-3 ab123new.res ab123fitk3.res
 
Example 2:
Create a new parameter file which contains only regions 'caud' and 'putam'
     paradd -ovr -tac=caud,putam ab234new.csv ab234srtm.csv
 
Example 3:
Combine parameter BPnd in region 'putam' from given studies into one file
in MS Windows command prompt window, and then convert it to XML format
supported by MS Excel
     del combined.res
     for %g in (s6789*.res) do paradd -par=BPnd -tac=putam combined.res %g
     parformat -f=xml combined.res
 
See also: parformat, parget, parsort, pardiff, parmean, tacadd, rescoll
 
Keywords: parameter, tool, reporting, software testing