Open
Description
The great thing about Nipype is that we can easily switch between different interfaces. For my fMRI workflows I often switch between FSL and SPM routines and from time to time run into the issue that SPM cannot take .nii.gz
files as inputs.
Most (all?) FSL routines allow to specify which filetype to output, but I run into problem with the TSNR
routine, where output type cannot be specified as easily.
There's always the option to create an additonal Gunzip
node or find another workaround. But I'm wondering if it would make sense to change all SPM interfaces in such a way, that they just gunzip input files if they are compressed (or put them into Analyze format if <=SPM8 is used).
What does the community think of this?