Skip to content

Image index and format considerations #1

@nicost

Description

@nicost

The current API specifies an image as part of a 6D image dataset (i.e., XY, Z, time, channel, position) that are indexed using integers. This is straight forward, but experience has shown that we need to be prepared for more complicated image datasets. For instance, it will be difficult to fit hyperspectral data in this scheme (other than by adding many, many channels), so do we want to be prepared and have the number of axes be extendable (as an example, see the Coords class in Java MMStudio: https://github.com/micro-manager/micro-manager/blob/main/mmstudio/src/main/java/org/micromanager/data/Coords.java)? Likewise, indexing by other objects than integers appears to desirable (at least the PycroManager implementation of "Coords" took that approach), so we may want to consider that option. It would also be nice to - at least optionally - bring position in the same Cartesian coordinates as the XY plane so that assembling large images from multiple images (stitching) becomes easy.

Another consideration is whether or not to allow for images of different sizes?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions