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

Zarr order and axis order interaction #18

Open
bogovicj opened this issue May 2, 2024 · 2 comments
Open

Zarr order and axis order interaction #18

bogovicj opened this issue May 2, 2024 · 2 comments

Comments

@bogovicj
Copy link
Collaborator

bogovicj commented May 2, 2024

When a zarr array is in C-order, N5 internally reverses the shape of the array. This means ome-zarr axes also need to be reversed. This is the current behavior, and is correct.

However, when a zarr array is in F-order, N5 does not reverse the array shape. The ome-axes should not be reversed, but they are currently also reversed. This is a bug.

@bogovicj
Copy link
Collaborator Author

bogovicj commented May 3, 2024

see a3cd67f

@bogovicj
Copy link
Collaborator Author

bogovicj commented May 6, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant