paradd - tpcclib 0.6.6 © 2016 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
del combined.res
for %g in (s6789*.res) do paradd -par=BPnd -tac=putam combined.res %g
See also: parformat, parmatch, parsort, tacadd, rescoll
Keywords: parameter, tool, reporting, software testing