logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nib-diff - Python3 bindings to various neuroimaging data formats

Author

        This manpage was written by Nilesh Patra for the Debian distribution and
        can be used for any other usage of the program.

nib-diff 3.1.1                                      July 2020                                        NIB-DIFF(1)

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.

Name

       nib-diff - Python3 bindings to various neuroimaging data formats

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'.

Synopsis

nib-diff [OPTIONS] [FILE ...]

See Also