-
Notifications
You must be signed in to change notification settings - Fork 10
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
Plate multiscales #29
Conversation
With the additional commits, ome/ome-zarr-py#56 shows:
|
@dominikl : do you want to take care of the linting failure in your follow up PR? |
Got an "ok" elsewhere. Merging to be fixed in the follow-up. |
4d7850d was tested against the first illumination corrected plate of idr0033 using the following Docker pipeline
It should be straightforward to adjust the pip install command to consume the |
On top of #28.
Adds multiresolutions for each Image, scaling each 2D plane down by a factor of 2, until smaller than 96 on longest side.
NB: this doesn't use ome-zarr-py to do the scaling (but uses the same underlying cv2 method) because we're scaling a 2D plane each time, not 5D.
cc @sbesson, @dominikl, @joshmoore
TODO: