Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

[Bug/Docu]Image Info is not attribute  #50

@phigjm

Description

@phigjm

I try to access the Series Name of the images.

I can view the Series name via ImageJ
ImageJ example

The documentation recommends this code:

for image in new.get_iter_image():
    for frame in image.get_iter_t():
         frame.image_info['name']

Running the code results into a AttributeError: 'Image' object has no attribute 'image_info'

How can I access the name of my Image Series?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions