JolifantoBambla / volume-viewer

A web-based volume viewer for large-scale multichannel volume data
MIT License
1 stars 0 forks source link

Make better use of brick addresses #13

Open JolifantoBambla opened 2 years ago

JolifantoBambla commented 2 years ago

currently 3 u8 coordinates are used to address a brick. this allows only for 255 bricks in each dimension per channel & resolution. using a linear u24 index would lift that restriction (better for the very thin data sets we get from CyCIF imaging)