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 08, 2013 01:14PM
I would use a for loop in the shell:

for aNum in {1..100}
do
     3dTcat -prefix subj001_${aNum}.nii "input_file+orig.HEAD[$aNum]"
done

You could get more fancy by using 3dinfo -nt to get the total number of time points.



Edited 2 time(s). Last edit at 03/08/2013 01:15PM by Peter Molfese.
Subject Author Posted

Converting 3d+time BRIK into multiple NIFTI files?

Another Guy March 08, 2013 12:26PM

Re: Converting 3d+time BRIK into multiple NIFTI files?

Peter Molfese March 08, 2013 01:14PM