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

Dataset.from_images should split channel into layers

Open normanrz opened this issue 2 years ago • 0 comments

Context

  • Affected library: webknossos

Expected Behavior

Dataset.from_images with a 3-channel uint16 should produce a Dataset with 3 uint16 layers.

Current Behavior

Dataset.from_images with a 3-channel uint16 produces a Dataset with 1 uint48 layer.

normanrz avatar Mar 22 '23 08:03 normanrz