You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 dovolshow(image, stackUnits=[1, 1, 4])
, instead of[4, 1, 1]
as I would have expected.Also, it should probably be called
stack_units
;) orvoxel_spacing
orspacing
.The text was updated successfully, but these errors were encountered: