Basic, easy, quick HDF5 recursive check for file errors with Python and h5py
This command checks all variables in myfile.h5
:
python hdf5check.py myfile.h5
Optionally, specify particular variables, say Var1
and Var2
:
python hdf5check.py myfile.h5 Var1 Var2