File: nib-diff.1

package info (click to toggle)
nibabel 3.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 68,944 kB
  • sloc: python: 39,137; makefile: 266; ansic: 202; sh: 94
file content (46 lines) | stat: -rw-r--r-- 1,681 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.\" 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.