ome / omero-cli-zarr

https://pypi.org/project/omero-cli-zarr/
GNU General Public License v2.0
16 stars 10 forks source link

Plate export improvements #31

Open dominikl opened 4 years ago

dominikl commented 4 years ago

Comments from now closed PR #28

@joshmoore Feedback from https://github.com/ome/ome-zarr-py/pull/56 : The contents of the Field_* folder should probably be multiscales. That adds yet another layer to this already pretty deep hierarchy, but it will mean we can always assume a pyramid. Several of the string elements in the path aren't readably computable at the moment (see https://github.com/ome/ome-zarr-py/pull/56/files#diff-b50d9715cc6e4017cfc055fd0ed73ecb5d9158e17f4d58ca5b3ba08b89c46657R354-R358) Ideas on this front are:

@sbesson "The contents of the Field_* folder should probably be multiscales. That adds yet another layer to this already pretty deep hierarchy, but it will mean we can always assume a pyramid." Also assuming multiscales gets increasingly used for thumbnailing, big 👍 for having this a MUST rather than a SHOULD in the spec from my side.