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

hdiff - compares two HDF files and reports the differences

Description

hdiff compares two HDF files and reports the differences.

Name

       hdiff - compares two HDF files and reports the differences

Options

-V     Display version of the HDF4 library and exit

       -b     Verbose mode

       -g     Compare global attributes only

       -s     Compare SD local attributes only

       -d     Compare SD data only

       -D     Compare Vdata data only

       -S     Print statistics

       -vvar1[,...]
              Compare SD data on variable(s) var1,...  only

       -uvar1[,...]
              Compare vdata on variable(s) var1,... only

       -ecount
              Print difference up to count number for each variable

       -tlimit
              Print difference when it is greater than limit

       -prelative
              Print difference when it is greater than a relative limit

       file1  File name of the first HDF file

       file2  File name of the second HDF file

       The 'count' value must be a positive integer

       The 'limit' and 'relative' values must be positive numbers

       The -t compare criteria is |a - b| > limit

       The -p compare criteria is |(b-a)/a| > relative

       Return codes: 0 (no differences found), 1 (differences found)

                                                   28 May 2016                                          hdiff(1)

Synopsis

hdiff [-V] [-b] [-g] [-s] [-d] [-D] [-S] [-vvar1[,...]] [-uvar1[,...]] [-ecount] [-tlimit] [-prelative] file1 file2

See Also