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

Support ND data with arbitrary axis orders #7280

Closed
fm3 opened this issue Aug 17, 2023 · 0 comments · Fixed by #7592
Closed

Support ND data with arbitrary axis orders #7280

fm3 opened this issue Aug 17, 2023 · 0 comments · Fixed by #7592

Comments

@fm3
Copy link
Member

fm3 commented Aug 17, 2023

nd datasets currently only work if zyx are the last three axes in the underlying data. should work for all axis orders

DatasetArray -> readAsFortranOrder only supports a shape/offset with XYZ at the end. This does not really make sense if we assume that xyz and additional coordinates may have any index/axisorder. Since only ngff datasets are currently supported for additional coordinates, and they follow the convention (t)(c) ... zyx, with additional coordinates before zyx, this works for now.

Fixing this should also include uint24 rgb layer support for ND datasets

This was referenced Aug 17, 2023
@philippotto philippotto changed the title Suppot ND data with arbitrary axis orders Support ND data with arbitrary axis orders Aug 17, 2023
@fm3 fm3 closed this as completed in #7592 Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant