pyushkevich/itksnap

ITK 5.2.1 Bug Affecting NiFTI Loading in Current Version of ITK-Snap

liamtimms opened this issue · 3 comments

Hi,

When loading certain Nifti files using the most recent binary release, I encounter the error:

/data/hippogang/build/buildbot/Nightly/itk/v5.2.1/itk/Modules/IO/NIFTI/src/itkNiftiImageIO.cxx:1980:
ITK ERROR: ITK only supports orthonormal direction cosines.  No orthonormal definition found!

After doing a little digging, it looks like this started here in ITK upstream:

InsightSoftwareConsortium/ITK#3514

and was fixed by these PRs to ITK:

InsightSoftwareConsortium/ITK#3339

InsightSoftwareConsortium/ITK#2701

that means ITK 5.2.1 fell in the middle of the bug and the fix: https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.2.1

Is it possible to release a new binary built against a more recent version of ITK?

Thank you.