man mincdiff (Commandes) - report differences between minc files

NAME

mincdiff - report differences between minc files

SYNOPSIS

mincdiff [-header|-body] [-l] [diff options] file1 file2

DESCRIPTION

mincdiff runs diff(1) on the headers of the two minc files, and cmp(1) on the image variable. You can view only the header differences using -header or only the body (image variable) differences using -body. Any diff options (e.g. -u) are passed along to the header diff. The option -l is passed on to cmp of the image variable.

SEE ALSO

diff(1), cmp(1).