Turn off saving the result as nifti file in y_TTest2_Image

Hi,

how can I turn off / prevent the y_TTest2_Image function from saving the result as a nifti file?

Thanks in advance

greetings

Hi David,

There is no such a switch. I will suggest you to give the program a tmp directory.

Best,

Chao-Gan

Hi,

thanks! Is it somehow possible to change some code to make this work? I'm running permutations of t-tests, so I don't really need the nifti files and it uses lots of harddisk space unfortunately.

Edit y_GroupAnalysis_Image.m

Comment all the lines started with "y_Write".

Best,

Chao-Gan

Great! Thank you