Closed jluethi closed 3 months ago
Will be closed by https://github.com/fractal-analytics-platform/fractal-tasks-core/pull/812
We can't support arbitrary acquisition names, because the spec says that acquisitions need to be integers. But we now support arbitrary integers. Additionally, the task checks that those values are actually integers. Finally, the OME-Zarr image groups will still be called 0, 1, 2, 3 etc., independent of the acquisition integers. That will make downstream issues with tasks assuming that there will be an image 0 less likely. The well has the corresponding metadata to describe which image is which acquisition and the images are ordered by their acquisitions.
We've generalized the handling of acquisition names with the 1.0.0 release of fractal-tasks-core. But some tasks still assume acquisitions are named "0", "1", "2". Let's generalize that.
First issue Nicole found: