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 22, 2015 03:23PM
Hi Michael,

Also, AFNI programs interpret $ as the "last index",
so you could consider something like:

3dbucket -prefix Betas bucket+tlrc'[10..$]'
or (for every other volume)
3dbucket -prefix Betas bucket+tlrc'[10..$(2)]'


Plus, one can even use labels. If you know that
the final sub-brick has a label 'task7#0_Tstat',
then you could apply it as:

3dbucket -prefix Betas bucket+tlrc'[10..task7#0_Tstat(2)]'

- rick
Subject Author Posted

Variable in bucket selection

3dFoodie July 22, 2015 01:47PM

Re: Variable in bucket selection

Isaac Schwabacher July 22, 2015 02:08PM

Re: Variable in bucket selection

3dFoodie July 22, 2015 02:52PM

Re: Variable in bucket selection

rick reynolds July 22, 2015 03:23PM

Re: Variable in bucket selection

Isaac Schwabacher July 22, 2015 04:26PM

Re: Variable in bucket selection

rick reynolds July 22, 2015 04:35PM