-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hello,
I recently checked the website again and found that some thumbnails for datasets took longer than others to load.
I then stumbled upon my own dataset "WSI_resaved.zarr" which did not load at all, which irritated me.
After looking into it, I assume that for thumbnail generation the smallest image pyramid is opened/processed.
For datasets with very large smallest image pyramids (8167x3815 for mine and 3316x2295 for "396ac197-aeed-4121-b590-d746b5b27862.zarr" as another example) this leads to a very long thumbnail creation time.
Now the actual question:
With ome-zarr-py can I load my smallest image pyramid and create - let's say 4 - additional pyramids from it, breaking it down to a reasonable ca. 510x238?
As a next step, can I then just modify the original .zarr by adding the additional image pyramids and modifying the WSI_resaved.zarr/0/zarr.json with regards to additional datasets paths with appropriate coordinateTransformation?
Best
Jens