Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backed multiscale image, problems with scales and dims #446

Open
LucaMarconato opened this issue Jan 30, 2024 · 0 comments
Open

Backed multiscale image, problems with scales and dims #446

LucaMarconato opened this issue Jan 30, 2024 · 0 comments

Comments

@LucaMarconato
Copy link
Member

LucaMarconato commented Jan 30, 2024

Possible bug with scales

Bug originally reported here from @aeisenbarth in the context of another issue: #348 (comment).

Rasterschema.validate(MultiscaleSpatialImage) expects all scale levels to have a transform, but the backed image has only the transform in scale0.

Possible bug with dims

Bug originally reported here from @aeisenbarth in the context of another issue: #347

For backed labels, xdata is not a DataArray (where dims is ("y", "x")) but a DataTree where dims is Frozen({"y": 1633, "x": 1290}). See more details in the linked issue in points 2. and 3.

@LucaMarconato LucaMarconato changed the title Backed multiscale image, check that has all the scales Backed multiscale image, problem with scales and dims Jan 30, 2024
@LucaMarconato LucaMarconato changed the title Backed multiscale image, problem with scales and dims Backed multiscale image, problems with scales and dims Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant