-
Notifications
You must be signed in to change notification settings - Fork 7
Remove rows & cols parameter from yokogawa to Zarr #13
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
@mfranzon where are we at with this? Big picture, we mostly want to parse the position from the metadata table whenever it is available. There is also the idea here as 3): #47
Goals:
|
Hi! Sorry for the delay, unfortunately I started just today working on this. Here is the first commit, which is not working, but not far away from the solution. What is missing is the delayed handling of the image loading and changing the stack along z-index. |
work in progress by @mfranzon: At the moment the final zarr file has roughly the same size as the original one (that is, the zeros are not actually stored on disk) |
There is now an example in |
To support search-first, we move away from the logic of wells consisting of rows & columns of images. Given the metadata parsing (#25), we now know the position of each field of view (in physical units that are relative to the center of the acquisition position, e.g. going from ~ -1000 to around +1000 in x & y in our examples).
We can use this positional metadata to decide where each FOV is placed in the well zarr array and how large the well zarr array should be (combination of position, pixel sizes & image dimensions in pixels). Thus, we should be able to handle the parsing of our existing test sets without needing row & column information.
If we generalize that, it will be a much smaller step towards the full parsing of search first data (see #8). Plus it reduced the inputs a user needs to provide.
The text was updated successfully, but these errors were encountered: