neurodata / ndgrutedb

Pipeline and tools for estimating human connectomes from Diffusion, Structural, and Functional MRI
http://neurodata.io
Apache License 2.0
29 stars 13 forks source link

Fix output format of aligned images in setup script #171

Closed gkiar closed 8 years ago

gkiar commented 8 years ago

fsl returns .nii.gz images, the setup script names things as .nii images, so none of the images currently being produced can actually be read.

I am fixing this for existing files by renaming them so nibabel knows to uncompress them first.

@willgray