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
Hi all, over in the NIPY world, we've just decided to deprecate (u)int64 support in NIfTI: nipy/nibabel#1089
Basically nobody else (AFNI, FSL, SPM) supports them, and there's no compelling use case for them, but they're easy to make in Python if you aren't paying careful attention to types, so we're going to be making it hard to do unintentionally. Not sure if your technical situation is similar, but in case it is, I wanted to bring this to your attention before it becomes a painful decision.
The text was updated successfully, but these errors were encountered:
Not according to https://nifti.nimh.nih.gov/nifti-1/support/FSLandNIfTI1. It's possible that it's changed since 2007, but it is also not a very sensible data type (Generally you want integers for labels/masks or to compress files by using scale factors), so adding support would be pretty low priority. FSLeyes will support them, but that's because it's written in Python with nibabel as its I/O layer.
Hi all, over in the NIPY world, we've just decided to deprecate (u)int64 support in NIfTI: nipy/nibabel#1089
Basically nobody else (AFNI, FSL, SPM) supports them, and there's no compelling use case for them, but they're easy to make in Python if you aren't paying careful attention to types, so we're going to be making it hard to do unintentionally. Not sure if your technical situation is similar, but in case it is, I wanted to bring this to your attention before it becomes a painful decision.
The text was updated successfully, but these errors were encountered: