Skip to content

Document if and how image dimensions are flipped when sent to another process #20

@tinevez

Description

@tinevez

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions