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 31, 2017 08:39AM
The difference between 3dbucket and 3dTcat is the
index of the fourth dimension in a NIFTI dataset.
Since 3dTcat works, it looks like Broccoli expects
that dimension index to be 5, as a time axis, which
is reasonable (even though this is not really time).

Please consider not using -glueto or -aglueto, they
are just confusing and unnecessary. Try instead
something like:

3dTcat -prefix volumes.new.nii                           \
     sub_1.nii.gz sub_2.nii.gz sub_3.nii.gz sub_4.nii.gz \
     sub_5.nii.gz sub_6.nii.gz sub_7.nii.gz sub_8.nii.gz \
     sub_9.nii.gz sub_10.nii.gz

I would then expect volumes.new.nii to be directly
readable by Broccoli.


Note that if you named the datasets so that they
are alphabetical, i.e. with zero-padding:
sub_01.nii sub_02.nii ... sub_09.nii sub_10.nii,
then it might be as simple as:

3dTcat -prefix volumes.new.nii sub_*.nii

- rick
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