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  

|
Daniel Glen
February 19, 2008 05:48PM
3dTstat -max might be what you want. You get a volume with the voxel-wise maximum value. If you want a single value, then 3dcalc (or 3dUndump) with the maximum value reported by 3dBrickStat should work. Note you can include the 3dBrickStat command inside the 3dcalc expression by enclosing it with backward quotes.

3dcalc -a dset+orig'[0]' -expr "`3dBrickStat -max dset+orig`" -prefix maxed_out
Subject Author Posted

Maximum value of a sub-brick - dataset

Nameeta February 19, 2008 03:25PM

Re: Maximum value of a sub-brick - dataset

Daniel Glen February 19, 2008 05:48PM

error Re: Maximum value of a sub-brick - dataset

Nameeta February 20, 2008 01:05PM

Re: error Re: Maximum value of a sub-brick - dataset

Daniel Glen February 20, 2008 01:22PM

Re: error Re: Maximum value of a sub-brick - dataset

Vince Hradil February 20, 2008 01:25PM

Re: error Re: Maximum value of a sub-brick - dataset

Nameeta February 20, 2008 03:04PM

Re: error Re: Maximum value of a sub-brick - dataset

Vince Hradil February 20, 2008 03:25PM

Re: error Re: Maximum value of a sub-brick - dataset

Nameeta February 20, 2008 03:43PM

Re: error Re: Maximum value of a sub-brick - dataset

Daniel Glen February 20, 2008 03:59PM