Skip to content

Update show method to indicate the current object/file extension of the underlying image #39

Description

@alexg9010

Given that Image Array will support many file types via Bioformats it could be helpful to indicate which underlying file is currently being displayed.

It could be as simple as an additional text label as part of the show method:

> object
ImageArray Object (c,x,y) [ZarrArray]
Scales (2): (3,768,512) (3,384,256)
...
> object
ImageArray Object (c,x,y) [HDF5Array]
Scales (2): (3,768,512) (3,384,256)
...
> object
ImageArray Object (c,x,y) [BFArray, .ome.tiff]
Scales (2): (3,768,512) (3,384,256)

This can be derived from the objects using class() and path() methods.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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