-
Notifications
You must be signed in to change notification settings - Fork 0
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
Test labels ZarrReader #1
Comments
Try different deletion method to get a no-chunks image... Make another copy of the image as above, then...
Faster import - in 2:38 mins instead of 6:16 - but I only deleted chunks from highest resolution. EDIT....
Blitz log:
This ...end EDIT. Deleted chunks from other resolutions...
Strange! Seems like deleting some chunks is OK, but deleting all is not. |
From above, deleting highest resolutions chunks is OK (still importable), but deleting too much failed. Let's try a bunch of imports... 'A', 'B' etc.. Start with fresh copy of image above.. as omero-server...
Image is viewable and only 'black' at highest resolution. 👍 Let's copy that image and delete all chunk dirs under 2nd resolution...
Repeat for C
And D...
Strange! Deleting those 2 chunk dirs from Now we need to update symlinks for A, B, C above...
This failed as we have extra /server/idr0138/
This allows us to load chunks for all resolution levels... |
Importing without chunks and updating symlink does result in a much faster import (22 secs instead of 6 mins) but tricky steps:
Too many unknowns. Probably not worth attempting this at this stage. |
As discussed in today's IDR meeting, each idr0138 image should be represented in OME-NGFF spec as a single image, rather than 3 images that includes labels. This is what ZarrReader should read and it should be imported into OMERO as a single-image Fileset.
Testing today's ZarrReader... updated on idr-testing as at ome/ZarrReader#64 (comment)
On
idr-testing:omeroreadwrite
asomero-server
Make a copy of Image so we can compare import with/without chunks...
First, import with chunks...
Imports as a single image as expected:
Now lets delete chunks from the image and re-import...
Hmmm 👎
The text was updated successfully, but these errors were encountered: