Man page - mincdiff(1)
Packages contains this manual
- nii2mnc(1)
- mincinfo(1)
- mincaverage(1)
- mincdiff(1)
- mincblob(1)
- mincconvert(1)
- mincresample(1)
- minclookup(1)
- mincgen(1)
- rawtominc(1)
- xfmconcat(1)
- mincview(1)
- xfm2def(1)
- minccmp(1)
- worldtovoxel(1)
- mincpik(1)
- vff2mnc(1)
- mnc2nii(1)
- xfmflip(1)
- mincdump(1)
- mincstats(1)
- mincmorph(1)
- minc_modify_header(1)
- mincmakescalar(1)
- voxeltoworld(1)
- mincexpand(1)
- mincsample(1)
- minccopy(1)
- mincwindow(1)
- transformtags(1)
- dcm2mnc(1)
- mincmakevector(1)
- mincextract(1)
- minccalc(1)
- mincheader(1)
- mincreshape(1)
- mincedit(1)
- minchistory(1)
- upet2mnc(1)
- xfminvert(1)
- mincmath(1)
- invert_raw_image(1)
- ecattominc(1)
- mincconcat(1)
- minctoraw(1)
- minctoecat(1)
apt-get install minc-tools
Manual
MINCDIFF
NAMESYNOPSIS
DESCRIPTION
OPTIONS
AUTHOR
COPYRIGHTS
SEE ALSO
NAME
mincdiff - report differences between minc files
SYNOPSIS
mincdiff [-header|-body] [-l] [diff options] file1 file2
DESCRIPTION
The mincdiff shell script compares two minc files by running 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 . The option -l is passed on to cmp of the image variable. Any unrecognized options (e.g. -u) are passed verbatim to the diff of the headers.
OPTIONS
-header
Compare only the headers of the two files.
-body
Compare only the image data of the two files.
-l
Print the byte offset in decimal and the byte value
in octal
for each difference encountered in the image variable.
AUTHOR
Peter Neelin
COPYRIGHTS
Copyright © 1993 by Peter Neelin
SEE ALSO
diff (1), cmp (1).