webknossos icon indicating copy to clipboard operation
webknossos copied to clipboard

Add ChannelIndex to MagLocator, adapt Zarr Import for Multichannel datasets

Open fm3 opened this issue 3 years ago • 0 comments

Remote Zarr datasets can have n channels. wk can only handle single channels per layer (or uint24 rgb layers, which is a special case). To import multi-channel datasets in wk, the MagLocator could store the channelIndex, and data loading could then use the selected channel. Multiple layers could then each load one of the source channels.

fm3 avatar Oct 21 '22 11:10 fm3