For instance on Java side:
Wrapping an ImagePlus into an imglib2 ImgPlus gives you an image which can be XYCT.
Wrapping this ImgPlus into an NDArray will make this data appears as TCYX on the Python side.
This is actually the desirable order in Python. We should just document this explicitly.
For instance on Java side:
Wrapping an
ImagePlusinto an imglib2ImgPlusgives you an image which can be XYCT.Wrapping this
ImgPlusinto anNDArraywill make this data appears as TCYX on the Python side.This is actually the desirable order in Python. We should just document this explicitly.