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 Nifti saving function using nibabel here does not work because the affine matrix is incomplete. The output affine matrix from grid.affine() is 3x3 which is missing the origin/translation required for nibabel.
deepali/src/deepali/utils/imageio/nifti.py
Line 116 in ae3e476
The Nifti saving function using nibabel here does not work because the affine matrix is incomplete. The output affine matrix from
grid.affine()is 3x3 which is missing the origin/translation required for nibabel.