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
The function core.utils.ijk2LPS seems wrong in Nifti scenario, the original code as follow:
when I test a case with Nifti image with spacing like [0.5, 1.0, 0.75], the rendered images are distortion.
It looked fine when I swap the spacing.y with spacing.x, like:
So I think it should be wrong to multiply x component of Cos with y component of spacing, at least it doesn't work for Nifti scenario.
The text was updated successfully, but these errors were encountered:
The function core.utils.ijk2LPS seems wrong in Nifti scenario, the original code as follow:
when I test a case with Nifti image with spacing like [0.5, 1.0, 0.75], the rendered images are distortion.
It looked fine when I swap the spacing.y with spacing.x, like:
So I think it should be wrong to multiply x component of Cos with y component of spacing, at least it doesn't work for Nifti scenario.
The text was updated successfully, but these errors were encountered: