vitessce / vitessce-data

Utils for loading HuBMAP data formats
MIT License
6 stars 4 forks source link

IMS dataset should be [mz, y, x] not [mz, x, y] in ordering #70

Closed manzt closed 4 years ago

manzt commented 4 years ago

Due to the row-major default in numpy (and zarr.js), storing the zarr in [mz, y, x] will be most effective for giving a particular m/z channel to vitessce image viewer.

Should be a very easy fix.