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