Skip to content

v0.2.5 nifti load convention

Choose a tag to compare

@lfz lfz released this 17 Aug 11:32
· 15 commits to master since this release

dicube.load_from_nifti now converts arrays from XYZ (Fortran order) to ZYX (C order), ensuring alignment with standard Python indexing conventions.

Thanks Shuheng Zhang for issue report