webknossos-libs icon indicating copy to clipboard operation
webknossos-libs copied to clipboard

Dataset.from_images should correctly handle 3D tiff

Open philippotto opened this issue 2 years ago • 0 comments

Context

Conversion of tiff datasets to wkw (or zarr).

Expected Behavior

Converting one 3D tiff should output a 3D dataset.

Current Behavior

Converting one 3D tiff outputs a 2D dataset (only 1 section).

Steps to Reproduce the bug

  1. See dataset here
  2. Try to convert it with Dataset.from_images

philippotto avatar Oct 27 '23 11:10 philippotto