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  

|
July 06, 2009 05:08PM
Hi Andrew,

So given Bob's point, you would need to rip those sub-bricks
into separate datasets. For example:

----------
set linfile = Linear*.nii
set logfile = Log*.nii

mkdir ttest
cd ttest
foreach index ( `count -digits 4 0 1000` )
3dbucket -prefix ./Linear_$index.nii ../$linfile"[$index]"
3dbucket -prefix ./Log_$index.nii ../$logfile"[$index]"
end
----------

Then re-run your 3dttest command.

- rick

Subject Author Posted

3dttest time-dependent data error

Andrew Jahn July 06, 2009 04:28PM

Re: 3dttest time-dependent data error

bob cox July 06, 2009 04:58PM

Re: 3dttest time-dependent data error

rick reynolds July 06, 2009 05:08PM