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 05, 2013 10:48AM
Hello AFNI gurus,

Is there a nice/readable way to use [subrick] and <range> selectors to select values thresholded by a different subbrick?

For instance, to get the beta mean of voxels who's p value is <= .05, I'd like to
 3dBrickStat -mean   values+tlrc'[b0]<p:0..0.05>'

but the best way I can think to do this is:
3dBrickStat  -mean '3dcalc( -b values+trlc[b0] -p values+tlrc[p] -expr not(astep(p,.05))*b )'

Thanks!
Subject Author Posted

range selectors (e.g. <100..200>) for alternative subbrick

Will Foran July 05, 2013 10:48AM

Re: range selectors (e.g. <100..200>) for alternative subbrick

rick reynolds July 05, 2013 11:33AM