scenerygraphics / scenery

Flexible VR Visualisation for Volumetric and Geometric Data on the Java VM, powered by Kotlin and Vulkan.
https://scenery.graphics
GNU Lesser General Public License v3.0
131 stars 32 forks source link

Add support for UnsignedLongType in volumes #762

Open kephale opened 5 months ago

kephale commented 5 months ago

I ran into this Unknown volume type class net.imglib2.type.numeric.integer.UnsignedLongType when testing this s3 bucket from mobie https://s3.embl.de/i2k-2020/platy-raw.ome.zarr

I guess we're going to need to support this pixel type as well.