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

Add new detect_dimension_order to detect the dim ordering string. #172

Merged
merged 3 commits into from
Jun 2, 2021

Conversation

willgraf
Copy link
Contributor

@willgraf willgraf commented May 10, 2021

Detects the dimension ordering for 2D and 3D data for channels first or channels last, and placed in Redis under the key dim_order.

This facilitates handing off the dim ordering to downstream visualization services.

Fixes #169

@willgraf willgraf added the enhancement New feature or request label May 10, 2021
@willgraf
Copy link
Contributor Author

This does not properly tell the difference between Z and T data. Instead, it just returns Z and not T always.

This WILL fail for 5D data, but downstream services may be able to handle the 4D difference between Z and T.

@willgraf willgraf merged commit 7e1cee1 into master Jun 2, 2021
@willgraf willgraf deleted the dim-order-str branch June 2, 2021 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Communicate uploaded image dimension order back to kiosk-frontend
1 participant