nib-diff - Man Page
manual page for nib-diff 5.3.2
Synopsis
nib-diff [Options] [FILE ...]
Description
Quick summary of the differences among a set of neuroimaging files
Notes
- difference in data types for header fields will be detected, but
endianness difference will not be detected. It is done so to compare files with native endianness used in data files.
Options
- --version
show program's version number and exit
- -h, --help
show this help message and exit
- -v, --verbose
Make more noise. Could be specified multiple times
- -H HEADER_FIELDS, --header-fields=HEADER_FIELDS
Header fields (comma separated) to be printed as well (if present)
- --ma=DATA_MAX_ABS_DIFF, --data-max-abs-diff=DATA_MAX_ABS_DIFF
Maximal absolute difference in data between files to tolerate.
- --mr=DATA_MAX_REL_DIFF, --data-max-rel-diff=DATA_MAX_REL_DIFF
Maximal relative difference in data between files to tolerate. If --data-max-abs-diff is also specified, only the data points with absolute difference greater than that value would be considered for relative difference check.
- --dt=DTYPE, --datatype=DTYPE
Enter a numpy datatype such as 'float32'.