Issue
Hard-closing the program corrupts hdf5 binaries, making them unreadable by h5viewer or convert_hdf5s.py.
If h5 files are never closed when the program quits unexpectedly, the files may become unreadable. H5 files should always close before the program is terminated.
Issue
Hard-closing the program corrupts hdf5 binaries, making them unreadable by h5viewer or convert_hdf5s.py.
If h5 files are never closed when the program quits unexpectedly, the files may become unreadable. H5 files should always close before the program is terminated.