Comparing h5 files

為{幸葍}努か 提交于 2019-12-11 04:56:23

问题


I often have to compare hdf files. How I do it is either with a binary diff (which tells me files are different even though the actual numbers inside are the same) or by dumping the content into a txt file with h5dump and the comparing the content of the two files (which is also quite annoying).

I was wondering if there is a more clever way to do this, perhaps a feature of h5 or of softwares like HDFView or Panoply.


回答1:


Perhaps hdiff is what you require ? Some examples here



来源:https://stackoverflow.com/questions/41850082/comparing-h5-files

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!