EnglishFrenchSpanish

OnWorks favicon

h5diff - Online in the Cloud

Run h5diff in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command h5diff that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


h5diff - Compares two HDF5 files and reports the differences.

SYNOPSIS


h5diff file1 file2 [OPTIONS] [object1 [object2 ] ]

DESCRIPTION


h5diff is a command line tool that compares two HDF5 files, file1 and file2, and reports
the differences between them.

Optionally, h5diff will compare two objects within these files. If only one object,
object1, is specified, h5diff will compare object1 in file1 with object1 in file2. In two
objects, object1 and object2, are specified, h5diff will compare object1 in file1 with
object2 in file2. These objects must be HDF5 datasets.

object1 and object2 must be expressed as absolute paths from the respective file's root
group.

Additional information, with several sample cases, can be found in the document H5diff
Examples.

OPTIONS


file1 file2
The HDF5 files to be compared.

-h Print all differences.

-r Print only the names of objects that differ; do not print the differences. These
objects may be HDF5 datasets, groups, or named datatypes.

-n count
Print difference up to count differences, then stop. count must be a positive
integer.

-d delta
Print only differences that are greater than the limit delta. delta must be a
positive number. The comparison criterion is whether the absolute value of the
difference of two corresponding values is greater than delta (e.g., |a-b| > delta,
where a is a value in file1 and b is a value in file2).

-p relative
Print only differences that are greater than a relative error. relative must be a
positive number. The comparison criterion is whether the absolute value of the
difference 1 and the ratio of two corresponding values is greater than relative
(e.g., |1-(b/a)| > relative where a is a value in file1 and b is a value in file2).

object1 object2
Specific object(s) within the files to be compared.

EXAMPLES


The following h5diff call compares the object /a/b in file1 with the object /a/c in file2:
h5diff file1 file2 /a/b /a/c

This h5diff call compares the object /a/b in file1 with the same object in file2:
h5diff file1 file2 /a/b

And this h5diff call compares all objects in both files:
h5diff file1 file2

Use h5diff online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    PyQt
    PyQt
    PyQt is the Python bindings for
    Digia's Qt cross-platform
    application development framework. It
    supports Python v2 and v3 and Qt v4 and
    Qt v5. PyQt is avail...
    Download PyQt
  • 2
    Sardi
    Sardi
    Sardi is a complete restyling and
    optimisation of svg code. 6 choices for
    your applications and 10 kind of folders
    to use in your file manager. The sardi
    icons...
    Download Sardi
  • 3
    LMMS Digital Audio Workstation
    LMMS Digital Audio Workstation
    LMMS is a free cross-platform software
    which allows you to produce music with
    your computer. If you like this project
    consider getting involved in the project
    h...
    Download LMMS Digital Audio Workstation
  • 4
    FreeRTOS Real Time Kernel (RTOS)
    FreeRTOS Real Time Kernel (RTOS)
    FreeRTOS is a market-leading real-time
    operating system (RTOS) for
    microcontrollers and small
    microprocessors. Distributed freely
    under the MIT open source lice...
    Download FreeRTOS Real Time Kernel (RTOS)
  • 5
    Avogadro
    Avogadro
    Avogadro is an advanced molecular
    editor designed for cross-platform use
    in computational chemistry, molecular
    modeling, bioinformatics, materials
    science and ...
    Download Avogadro
  • 6
    XMLTV
    XMLTV
    XMLTV is a set of programs to process
    TV (tvguide) listings and help manage
    your TV viewing, storing listings in an
    XML-based format. There are utilities to
    do...
    Download XMLTV
  • More »

Linux commands

Ad