ome / ngff

Next-generation file format (NGFF) specifications for storing bioimaging data in the cloud.
https://ngff.openmicroscopy.org
Other
110 stars 38 forks source link

Multiscales datatype(s) #221

Open tischi opened 7 months ago

tischi commented 7 months ago

@joshmoore Is there anything in the spec about the datatypes of the multiscales as in whether they can be all completely different or not?

For example: is this OK?

scale 0: double
scale 1: int16
scale 2: uint8
scale 3: float

cc @constantinpape @axtimwalde

imagesc-bot commented 7 months ago

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/towards-opening-ome-zarr-hcs-in-fiji/87971/12

constantinpape commented 7 months ago

It should be in the spec, there have been issues and one PR, but not yet merged (due to lack of time for me to answer the comments). This should be continued, I currently don't have the capacity to drive this forward (unless someone points out very specific edit requests). See:

will-moore commented 7 months ago

The ome-ngff-validator warns of mis-matching dtypes for v0.1-v0.4 and for later versions it will flag mis-matching dtypes as "fail": See https://github.com/ome/ome-ngff-validator/pull/18#issuecomment-1777993373

tischi commented 7 months ago

OK, great! It would be good to also merge this as written text into the spec to avoid confusion.