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

Flip dimension #16

Open
gregjohnso opened this issue Sep 22, 2017 · 1 comment
Open

Flip dimension #16

gregjohnso opened this issue Sep 22, 2017 · 1 comment

Comments

@gregjohnso
Copy link

Saw this great tool featured at Bioimage Informatics this week. It would be great if there were an option to choose which dimensions are viewed (i.e. x, y, t).

@maweigert
Copy link
Owner

Hey Greg,
Agreed, would be nice to have. Currently, the underlying OpenCL memory object is of fixed (3d) dimension and making that changeable on the fly from the GUI would require some internal changes. Until then, you can display a transposed version when running it from the command line, e.g.

volshow(data.transpose((1,0,2,3))    
# flips z -> t

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

2 participants