-
Notifications
You must be signed in to change notification settings - Fork 8
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
SpimDataOpener for BDVHDF5? #44
Comments
@tischi that's a good point. It looks like the code currently doesn't support bdv hdf5 any more. But I agree that we should still support it here. I guess that the problem is that we currently don't have an example project for it, so @KateMoreva wasn't really aware that we should still support it. |
like this? |
I am not sure what you mean by this, but I think there should be a |
That's what's written in the BDV XML in the image loader tag:
|
Ah, I see. I think that the correct tag is |
I have added an example project with hdf5 here: |
Thanks, @constantinpape! I made a branch (mobie/mobie-viewer-fiji#565) to test this (opening via BdVUtils.openSpimData)
and thinking about solving it. |
Oh, that's a known issue with datatypes in hdf5 with java ... Please don't do anything about this for now, I will try to fix the data. |
@KateMoreva I have removed the h5 volume that causes this issue (I think). Could you please try again and see if it works now? |
@constantinpape |
Ok, I will give it another update that will hopefully fix it later (and if that doesn't help we need to think about this closer.) |
@KateMoreva I updated the project again, could you check if you still get the same error? |
@constantinpape |
Ok! The image looks a bit weird, but I might know why. I have just replaced the data once more. Could you try to load it again and paste another screenshot? |
|
@KateMoreva great, that's how it's supposed to look :). |
I think this is done, can we close the issue @tischi ? |
@KateMoreva @K-Meech @constantinpape
I am confused, how do we open BDV HDF5 data?
mobie-io/src/main/java/org/embl/mobie/io/n5/openers/SpimDataOpener.java
Line 33 in 8251113
The text was updated successfully, but these errors were encountered: