nicholst / BSGLMM

Bayesian Spatial Generalised Linear Mixed Model
4 stars 1 forks source link

Implement direct expansion of Gzipped Nifti images #11

Closed nicholst closed 8 years ago

nicholst commented 8 years ago

As reported by TIm....

If the program is killed while loading the images, the .gz version of the currently read image is gone, and the next time you try to run, the program crashes as it cannot find that .gz file.

We should instead change the system call to unzip and leave the .gz file in place, e.g. expanding to a temporary file or a pipe.