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

Better integrated dimension labels #96

Open
multimeric opened this issue Nov 18, 2024 · 0 comments
Open

Better integrated dimension labels #96

multimeric opened this issue Nov 18, 2024 · 0 comments

Comments

@multimeric
Copy link
Collaborator

Currently the dimension name (CTZYX) handling is in a few separate places, including here for Napari:

final_imgs.append(DataArray(img.data, dims=calculated_order))

However, it would make sense to refactor this stuff into a new dimension_order parameter to DeskewParams. This would allow the dimension order to be handled better for users of the Python API as well.

This is low priority, and I'm just documenting it as a potential future improvement.

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