-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datasets with datatype float16 cannot be displayed in HDFView #138
Comments
I'm using HDFView on MacOS, in case. |
There should be a way to display a custom float datatype, we will need a testfile at the least. A "C" generate file program would be helpful. |
I think I have the same problem. As fars as I can tell the datatype does not matter. I uploaded an example file: 1695739243.hdf5.zip Here is a screenshot of the data set ![]() The same data in HDFView 3.3.1: ![]()
Yep. The command: h5dump -d acceleration measurement/1695739243.hdf5 | head -n 50 prints the following output on my machine:
|
A simple compound should display! I will double-check but I don't see a reason right now. I will try that file, too. Are these problems on a mac only? |
I think this must be a mac specific issue. linux is fine. |
I would like to request more info on system, os version in particular. |
I use macOS, just like the original author of the issue.
That might be correct. |
Do you have a version number for the MacOS? |
macOS |
Thanks |
I also found that file failed on windows. Then I noticed that the dataset is compressed! And trying a non-compressed file of compounds works. |
AHHHH! The first build of 3.3.1on Sep 5 used incomplete HDF5 binaries (without compression). We released new 1.14.2 binaries and rebuilt HDFView on Sep 22. Please redownload the newer HDFView. |
Looks like both the “Installer” and the “Application Image” for macOS from the offical download page are still outdated. Both versions show For anyone else searching for the updated and working binaries, they are available here. |
Looks like we dropped the ball on updating the download site. The files should be there tomorrow (should happen soon) |
Please update your download links for windows on https://www.hdfgroup.org/downloads/hdfview/ as well, i had to use this link https://support.hdfgroup.org/ftp/HDF5/releases/HDF-JAVA/hdfview-3.3.1/bin/ to recive the new correct version. |
Releases from now on are available from github |
When writing datasets with datatype float16, HDFView 3.3.0 returns the error "data value is null."
Is there a solution for this?
The text was updated successfully, but these errors were encountered: