History of AFNI updates  

|
December 01, 2015 09:40AM
Hello,

I am currently using 3dTcorr1D to correlate resting state data with individual columns of behavior data. The input for 3dTcorr1D has to be a concatenated file, and thus, my code looks like this:

3dTcat -prefix concatFile \
subject1.nii \
subject2.nii \
subject3.nii \
subject4.nii \
...

3dTcorr1D -prefix RSFC_covarySx concatFile+tlrc corrData_Sx

Is there a function that will do the same thing as 3dTcorr1D, but give me each individual's output as opposed to the group output? Ideally I would have each individual's connectivity to my seed AFTER correlation, like I can get with 3dmaskave before I start correlating behavior data. (And if there are any tips/hints to use said function, I would appreciate those too -- it took me a while to figure out I had to concatenate my date to use 3dTcorr1D.)

Thank you!
Subject Author Posted

3dTcorr1D but without concatenating?

ArielK December 01, 2015 09:40AM

Re: 3dTcorr1D but without concatenating?

rick reynolds December 01, 2015 12:36PM

Re: 3dTcorr1D but without concatenating?

ArielK December 01, 2015 03:26PM

Re: 3dTcorr1D but without concatenating?

rick reynolds December 01, 2015 09:13PM