Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From the function
nifti1.set_sform()
:So if the original NIFTI file has an sform_code of 0, and a null sform affine, and I try to set the sform to something that is not None, it just sets the sform code to 2. I am actually trying to set the sform_code and change the sform matrix for this NIFTI file using the setters in nifti1.py but no change takes place.
Beta Was this translation helpful? Give feedback.
All reactions