Add support for n-dimensional datasets
telamonian opened this issue · 1 comments
telamonian commented
nd datasets can be supported by allowing the user to specify a desired 2D slice via an input box on the toolbar and a numpy-like slicing syntax. The default slice would be something like
[:, :, 0, 0, 0, 0, etc]
loichuder commented
@telamonian @JonjonHays Any progress on this ? I can help if needed.