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

Order of stackUnits in volshow doesn't match order of axes in NumPy array #26

Open
jni opened this issue Nov 2, 2017 · 0 comments
Open

Comments

@jni
Copy link

jni commented Nov 2, 2017

I have this array in (plane, row, column) order, so the leading dimension is lower resolution than the other two (by a factor of four). However, to get a correct volshow image, I need to do volshow(image, stackUnits=[1, 1, 4]), instead of [4, 1, 1] as I would have expected.

Also, it should probably be called stack_units ;) or voxel_spacing or spacing.

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