resmatch 1.1.7 © 2006-2012 Turku PET Centre
Program for verifying that two result files do have matching contents;
this can be used for automating software and analysis tool testing.
Programs return code is 0, if files were matching, 10, if the files did
not match, and 1-9 in case of error.
Usage: resmatch [Options] <File1> <File2>
Options:
-header=<y|N>
Header fields are verified (y) or not verified (n, default)
-param[eters]=<y|N>
Parameter names are verified (y) or not verified (n, default)
-regions=<y|N>
Region names are verified (y) or not verified (n, default)
-res[ults]=<List of result column numbers (e.g. -res=1-2 or -res=1,3)>
By default all result values are verified. With this option,
only selected columns (or none with -res=0) are verified.
-roughly
Result values are required to match roughly (<2% difference allowed).
-around
Results are required to be around the same (<10% difference allowed).
-abs=<value>
Absolute result differences must not exceed the specified limit value
-errors=<Y|n>
Result errors (SD, CL) are verified (y, default) or not verified (n)
-h or --help
Print this message and exit.
-v, --version or --build
Print software build information and exit.
--silent
Program works silently, printing only error and warning messages.
--verbose
Program prints more information about what it is doing.
See also:
reslist,
res2html,
resdel,
resdiff,
fit2res,
dftmatch,
imgmatch
Keywords: results, tools, software testing
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and
you are welcome to redistribute it under GNU General Public License.