dftmatch 1.2.2 © 2005-2012 Turku PET Centre
Program for checking that two DFT files do have matching TAC 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: dftmatch [options] <File1> <File2>
Options:
-frames[=<Y|n>]
Frames are checked (y, default) or not checked (n)
-conc[entrations][=<Y|n>]
TAC values are checked (y, default) or not checked (n)
-regions[=<y|N>]
Region names are checked (y) or not checked (n, default)
-timeunit[=<y|N>]
Time unit is checked (y) or not checked (n, default)
-unit[=<y|N>]
Concentration unit is checked (y) or not checked (n, default)
-studynr[=<Y|n>]
Study number ir checked (y) or not checked (n, default)
-roughly
Values are required to match roughly (99.9%), not exactly
-around
Values are required to be around the same (90%), not exactly
-mean
Mean of absolute concentration differences must be lower than the
limit set with option -roughly or -around
-abs=<value>
Absolute differences must not exceed the specified limit
-h or --help
Print this message and exit
--build or --version
Print software build information and exit
--verbose
Program prints more information about what it is doing and shows
detailed information on what did not match
--silent
Program works silently, printing only warnings and error messages.
See also:
dft2csv,
dftunit,
dftcalc,
iftisval,
resmatch,
imgmatch
Keywords: DFT, 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.