-
Notifications
You must be signed in to change notification settings - Fork 7
OME-Zarr visualization with varying levels of Z stacks #52
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
Comments
I forgot details about this discussion (if we already had it), and I don't know what is the expected behavior on fractal side. Question: How do we know the alignment between two stacks with different Z depths? |
Hey @tcompa
In our setup, the bottom Z layer is set using an autofocus in the microscope. We thus assume that bottom layers align. This is approximately true, but there may of course be small shifts between autofocus for different FOVs. Tl:dr: Nothing for us to do right now, but let's keep it in mind for later. |
This is solved with this PR for ome-zarr-py: ome/ome-zarr-py#241 The PR has not been merged into the main ome-zarr repo and that may take a while, because it comes with performance impacts. But if someone needs to visualize varying Z levels (or varying xy sizes), this version ome-zarr-py works :) |
When parsing a multi-well dataset that contains different amounts of Z-stacks per well, napari only shows a subset of z stacks. In my test case
/data/active/fractal/3D/PelkmansLab/CardiacMultiplexing/Cycle17/
, there are 2 wells, B03 and B05. B03 has 19 Z levels, B05 has 42. The napari viewer only display 19 z levels though.I haven't tested whether that's a metadata issue or a napari-ome-zarr plugin issue. Also, will be interesting to see if it's different depending on what amount of z stacks the first well has.
The text was updated successfully, but these errors were encountered: