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  

|
March 30, 2017 10:38AM
I would do something like this:

3dbucket -aglueto sample.nii subject1.stats_REML+tlrc.HEAD[stim1#0_Coef] \
subject2.stats_REML+tlrc.HEAD[stim1#0_Coef] \
... \
subjectX.stats_REML+tlrc.HEAD[stim1#0_Coef]


Or you could use a for loop in bash (or other scripting language):

for aSubject in subject*.stats_REML+tlrc.HEAD
do
       3dbucket -aglueto sample.nii ${aSubject}.stats_REML+tlrc.HEAD[stim1#0_Coef]
done
Subject Author Posted

Concatenating subbricks across subjects into single nifti file

cmehta March 29, 2017 10:58PM

Re: Concatenating subbricks across subjects into single nifti file

Peter Molfese March 30, 2017 10:38AM

Re: Concatenating subbricks across subjects into single nifti file

rick reynolds March 30, 2017 12:15PM

Re: Concatenating subbricks across subjects into single nifti file

cmehta March 31, 2017 04:53AM

Re: Concatenating subbricks across subjects into single nifti file

rick reynolds March 31, 2017 08:39AM