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  

|
March 13, 2004 11:18AM
Hi Giovanni,

You should be able to use a bucket dataset with 3dDeconvolve.
But the most simple solution may be to create your even/odd
datasets with 3dTcat, instead.

So to get the evens, for instance:

set evens = ( `count -digits 1 0 59 2` )
set nums = ( `echo $evens| sed 's/ /,/g'` )
3dTcat -prefix evens all+orig'['$nums']'

To get the odds, just change the 0 in the count command to 1,
and the 3dTcat prefix to odds.

Try "echo $evens" or "echo $nums" to see which subbricks you
are asking for. And "3dinfo evens+orig" should also hint where
the sub-bricks came from.

- rick

Subject Author Posted

3dDeconvolve on 3dbucket data

Giovanni March 13, 2004 04:38AM

Re: 3dDeconvolve on 3dbucket data

rick reynolds March 13, 2004 11:18AM

Re: 3dDeconvolve on 3dbucket data

bob cox March 13, 2004 12:25PM