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  

|
April 21, 2016 01:30PM
Hi Ranjan,

If that modified volume is a separate NIFTI dataset,
they could be put back together as a 5-D dataset using
3dbucket to combine the original 4, the modified 5th
and the remaining volumes:

3dbucket -prefix DSET_modified 'DSET+orig[0..3]' NEW_v4+nii 'DSET+orig[5..$]'

or as a 4-D dataset using the identical command, but
with 3dTcat:

3dTcat -prefix DSET_modified 'DSET+orig[0..3]' NEW_v4+nii 'DSET+orig[5..$]'

- rick
Subject Author Posted

how to drop unneeded dimension from NIFTI file (obtained using 3dAFNItoNIFTI)

maitra April 20, 2016 08:12PM

Re: how to drop unneeded dimension from NIFTI file (obtained using 3dAFNItoNIFTI)

rick reynolds April 20, 2016 09:27PM

Re: how to drop unneeded dimension from NIFTI file (obtained using 3dAFNItoNIFTI)

maitra April 21, 2016 12:10PM

Re: how to drop unneeded dimension from NIFTI file (obtained using 3dAFNItoNIFTI)

rick reynolds April 21, 2016 01:30PM