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  

|
January 22, 2016 02:50PM
As Rick said, this isn't yet implemented. In my use of stim_times_IM, we've resorted to getting the sub-brick labels:

3dAttribute -ssep ' ' -name BRICK_LABS dset+tlrc

And then divided it up using Python. Some relevant functions: string.split(), string.sort(), ",".join(string). Take the output string for running your 3dmaskave command.

Truthfully, the more straightforward way is use 3dROIstats to export to text and then use Excel to sort columns. Assuming your GLT names aren't too long to fit, you could do your entire study in one export and a few column sorts.
Subject Author Posted

sub-brick wildcard option

donnajb January 22, 2016 11:06AM

Re: sub-brick wildcard option

Peter Molfese January 22, 2016 11:19AM

Re: sub-brick wildcard option

donnajb January 22, 2016 12:00PM

Re: sub-brick wildcard option

rick reynolds January 22, 2016 02:45PM

Re: sub-brick wildcard option

donnajb January 22, 2016 06:00PM

Re: sub-brick wildcard option

Peter Molfese January 22, 2016 02:50PM

Re: sub-brick wildcard option

donnajb January 22, 2016 06:01PM