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  

|
April 20, 2006 08:41AM
Jill,

You could use 3dTstat to average (etc.) across columns. Most AFNI programs of the '3d' vintage treat .1D files as datasets, with each column being a different sub-brick and each row being a different voxel. So 3dTstat, which does statistics across sub-bricks in each voxel, should do what you want. For example:

3dTstat -mean -prefix jed fred.1D'{5..9}[3..8]'

will average columns #3..8 together, for rows #5..9, and output 'jed.1D'. Note well that column and row indexes herein start at 0, as is usual in AFNI-land. If you want to pipe the output .1D file to stdout, use '-' for the prefix.

Most people don't know that .1D files can take row selectors in '{curly braces}', as well as column selectors in '[square brackets]'. Now you know. Use this new power wisely, and only for good.
Subject Author Posted

1deval --demystification please!

Graham Wideman February 07, 2006 08:29PM

Re: 1deval --demystification please!

Daniel Glen February 07, 2006 08:54PM

Re: 1deval --demystification please!

Graham Wideman February 07, 2006 10:36PM

Re: 1deval --demystification please!

rick reynolds February 07, 2006 09:17PM

Re: 1deval --demystification please!

Graham Wideman February 07, 2006 10:33PM

Re: 1deval --demystification please!

rick reynolds February 08, 2006 07:37AM

Re: 1deval --demystification please!

jill April 19, 2006 11:52PM

Re: 1deval --demystification please!

Zhark April 20, 2006 08:41AM

3d programs with 1D inputs: Obscurities

Zhark April 20, 2006 09:36AM

Re: 3d programs with 1D inputs: Obscurities

jill April 20, 2006 11:40AM

Re: 3d programs with 1D inputs: Obscurities

jill April 21, 2006 02:48AM

Re: 3d programs with 1D inputs: Obscurities

rick reynolds April 21, 2006 09:28AM

Re: 3d programs with 1D inputs: Obscurities

jill April 21, 2006 01:30PM

Re: 3d programs with 1D inputs: Obscurities

rick reynolds April 21, 2006 02:22PM

Re: 3d programs with 1D inputs: Obscurities

jill April 21, 2006 02:33PM

Re: 3d programs with 1D inputs: Obscurities

rick reynolds April 21, 2006 04:38PM

Re: 3d programs with 1D inputs: Obscurities

jill April 28, 2006 01:14AM