You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Combinations of 4 different options. Ideally, SpatialData outputs ome+transform NGFF images by default and this can be read in by all viewers of OME-NGFF.
3c: subset to only 3 channels instead of 10
ome: add ome channels metadata (can no longer be read in by SpatialData)
transform: add microns transformation (but still with unit: ‘unit’) (only option that passes NGFF validator)
vtk: added .zarr suffix to image
Thanks for opening the issue and for the detailed information!
Solution: add ome.channels in NGFF metadata (See #230, posthoc fix code here)
The code seems very useful! Could you make a PR with it?
Solution: add physical units to metadata instead of ‘unit’ when writing SpatialData
Very true, we need to do it.
Show scale bar when viewing image
@melonora made a patch to napari to enable this, and also we have code for static plots to do this. So the limiting factor is to (re)enable units in transformations. It's in the agenda for this start of the year.
Ideally, SpatialData outputs ome+transform NGFF images by default and this can be read in by all viewers of OME-NGFF.
Could you please elaborate a bit more on this? How would you change the output? By ensuring that the validator passes on all the datasets or by applying the transformation so that it can be removed (and then be compliant to NGFF 0.4, until 0.5 is ready)?
This is a tracking issue for some of the current issues when having a SpatialImage of circa >10 channels in SpatialData:
Test datasets at https://dl01.irc.ugent.be/spatial/proteomics/macsima_liver/ome_test/
Combinations of 4 different options. Ideally, SpatialData outputs ome+transform NGFF images by default and this can be read in by all viewers of OME-NGFF.
3c: subset to only 3 channels instead of 10
ome: add ome channels metadata (can no longer be read in by SpatialData)
transform: add microns transformation (but still with unit: ‘unit’) (only option that passes NGFF validator)
vtk: added .zarr suffix to image
HumanLiverH35.zarr NGFF validator
HumanLiverH35_3c.zarr NGFF validator
HumanLiverH35_ome.zarr NGFF validator
HumanLiverH35_vtk.zarr NGFF validator
HumanLiverH35_microns.zarr NGFF validator
HumanLiverH35_3c_ome.zarr NGFF validator
HumanLiverH35_3c_vtk.zarr NGFF validator
HumanLiverH35_3c_microns.zarr NGFF validator
HumanLiverH35_ome_vtk.zarr NGFF validator
HumanLiverH35_ome_microns.zarr NGFF validator
HumanLiverH35_vtk_microns.zarr NGFF validator
HumanLiverH35_3c_ome_vtk.zarr NGFF validator
HumanLiverH35_3c_ome_microns.zarr NGFF validator
HumanLiverH35_3c_vtk_microns.zarr NGFF validator
HumanLiverH35_ome_vtk_microns.zarr NGFF validator
HumanLiverH35_3c_ome_vtk_microns.zarr NGFF validator
The text was updated successfully, but these errors were encountered: