Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

CZI dimensions not being read properly for multi scene #4

Description

@evamaxfield

Reproducible using the largest czi in the resources directory:

from aicsimageio import AICSImage

im = AICSImage("s_3_t_1_c_3_z_5.czi")
im.data.shape  # returns (3, 1, 3, 5, 4029, 5476)

It finds the correct Scene size but something is wonky about the Y and X. Y should be 325 and X should be 475.

For comparison here is the output of reading the smallest czi:

im = AICSImage("s_1_t_1_c_1_z_1.czi")
im.data.shape  # returns (1, 1, 1, 1, 325, 475)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Fields

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