Hey guys,
I have a template I built from nonlinearly registering and averaging 50 baseline ADNI images, I wrote the template out as a .nii.gz file with datatype float64 using nibabel, a python tool for neuroimaging file I/O.
The CSE pipeline had a really hard time with this image. I wrote the image back out as float32, and it’s working fine. Just thought I would mention it.