-
Notifications
You must be signed in to change notification settings - Fork 29
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
Sync nifti code with upstream #117
Comments
Its currently used in very limited places, the visualisation tools |
Ah, I see. I introduced a syntax error in But why does |
I think volume_io uses nifti, If configured. |
How do I build |
https://github.com/BIC-MNI/libminc/blob/develop/CMakeLists.txt#L224 - that's how it works |
Thanks @vfonov So I've applied the nifti update locally and ran all tests, but many tests fail. So I undid my change, but many test still fail anyway. Is that expected? Are all the libminc tests normally passing? |
The only continuous integration server I am aware of currently running for |
I've just discovered that the nifti library seems to have an official home:
https://github.com/NIFTI-Imaging/nifti_clib
the code in libminc is clearly from the same, and clearly older.
Enabling
LIBMINC_USE_NIFTI
downloadshttp://downloads.sourceforge.net/project/niftilib/nifticlib/nifticlib_2_0_0/nifticlib-2.0.0.tar.gz
but that file is dated 2010-07-20.Is the code in the
libminc/nifti/
unused?The text was updated successfully, but these errors were encountered: