.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.12. .TH NIB-DIFF "1" "July 2020" "nib-diff 3.1.1" "User Commands" .SH NAME nib-diff \- Python3 bindings to various neuroimaging data formats .SH SYNOPSIS .B nib-diff [\fI\,OPTIONS\/\fR] [\fI\,FILE \/\fR...] .SH DESCRIPTION Quick summary of the differences among a set of neuroimaging files .SS "Notes:" .IP \- difference in data types for header fields will be detected, but .IP endianness difference will not be detected. It is done so to compare files with native endianness used in data files. .SH OPTIONS .TP \fB\-\-version\fR show program's version number and exit .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-v\fR, \fB\-\-verbose\fR Make more noise. Could be specified multiple times .TP \fB\-H\fR HEADER_FIELDS, \fB\-\-header\-fields\fR=\fI\,HEADER_FIELDS\/\fR Header fields (comma separated) to be printed as well (if present) .TP \fB\-\-ma\fR=\fI\,DATA_MAX_ABS_DIFF\/\fR, \fB\-\-data\-max\-abs\-diff\fR=\fI\,DATA_MAX_ABS_DIFF\/\fR Maximal absolute difference in data between files to tolerate. .TP \fB\-\-mr\fR=\fI\,DATA_MAX_REL_DIFF\/\fR, \fB\-\-data\-max\-rel\-diff\fR=\fI\,DATA_MAX_REL_DIFF\/\fR Maximal relative difference in data between files to tolerate. If \fB\-\-data\-max\-abs\-diff\fR is also specified, only the data points with absolute difference greater than that value would be considered for relative difference check. .TP \fB\-\-dt\fR=\fI\,DTYPE\/\fR, \fB\-\-datatype\fR=\fI\,DTYPE\/\fR Enter a numpy datatype such as 'float32'. .SH AUTHOR This manpage was written by Nilesh Patra for the Debian distribution and can be used for any other usage of the program.