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

dicom_series_to_nifti with reorient_nifti=True loses 4th dimension zoom/Repetition_Time value #114

Open
ruidc opened this issue May 17, 2022 · 0 comments

Comments

@ruidc
Copy link

ruidc commented May 17, 2022

With False:

output.header.get_zooms()
Out[1]: (2.9729729, 2.9729729, 3.0, 3.71)

With True

output.header.get_zooms()
Out[2]: (2.9729729, 2.9729729, 3.0, 1.0)

It seems on recreating the image in the reorientation, that this information is not transferred to the new image.
Is this expected?

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