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
webknossos reads this voxel_offset, and holds it as lazy val voxelOffset: Array[Int], but it is not used when loarding sharded datasets. Should be used when loading data etc.
One approach might also be to use the new transformations feature, compare #6748 (not sure if it is the easiest way, though)
The text was updated successfully, but these errors were encountered:
It is already used in chunkIndexToNDimensionalBoundingBox, but that method is not used in the sharded case
fm3
changed the title
Neuroglancer Precomputed voxel_offset is not respected
Neuroglancer Precomputed voxel_offset is not respected for sharded datasets
Apr 25, 2023
When loading Neuroglancer Precomputed datasets, the header can have a
voxel_offset
, compare https://github.com/google/neuroglancer/blob/master/src/neuroglancer/datasource/precomputed/volume.md#info-json-file-specificationwebknossos reads this voxel_offset, and holds it as
lazy val voxelOffset: Array[Int]
, but it is not used when loarding sharded datasets. Should be used when loading data etc.One approach might also be to use the new transformations feature, compare #6748 (not sure if it is the easiest way, though)
The text was updated successfully, but these errors were encountered: