AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
September 20, 2012 01:59PM
You could just do this with 3dfim+. It seems to me to be the most straightforward way of doing it.

3dROIstats -quiet -mask_f2short -mask ${seed} mytimeseries+tlrc.HEAD > ${seedTimeseriesDir}/${seedName}.1D

3dfim+ -input mytimeseries+tlrc.HEAD -ideal_file ${seedTimeseriesDir}/${seedName}.1D -out Correlation -bucket ${rsfcDir}/${seedName}_corr

and just for good measure Fisher Z transform it

3dcalc -datum float -a ${rsfcDir}/${seedName}_corr+tlrc.HEAD -expr 'log((a+1)/(a-1))/2' -prefix ${rsfcDir}/${seedName}.z-score
Subject Author Posted

Correlating seed time series using 3dDeconvolve

Shant Tripathi September 20, 2012 10:59AM

Re: Correlating seed time series using 3dDeconvolve

Colm Connolly September 20, 2012 01:59PM

Re: Correlating seed time series using 3dDeconvolve

Daniel Glen September 20, 2012 02:17PM

Re: Correlating seed time series using 3dDeconvolve

Shant Tripathi September 21, 2012 10:04AM

Re: Correlating seed time series using 3dDeconvolve

rick reynolds September 21, 2012 10:11AM