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  

|
July 31, 2020 01:08PM
The matlab library should still work for AFNI format, but we rarely use MATLAB ourselves anymore.

NIFTI format can work too, but be careful about orientation and template spaces if you are exporting it back to AFNI.

Getting data out of a single sub-brick volume can be accomplished with sub-brick selectors in AFNI:

3dTcat -prefix mydset_vol.nii.gz mydset+tlrc'[3]'

This example extract sub-brick 3, the fourth volume (counting from 0) to a new dataset (here, using NIFTI for the output). You can use programs like 3dTcat, 3dcalc, 3dbucket, 3dAFNItoNIFTI to do the extraction (3dcopy doesn't allow sub-brick selectors though).
Subject Author Posted

Converting BRIK/HEAD images to .mat files

mrinmayik July 29, 2020 04:40PM

Re: Converting BRIK/HEAD images to .mat files

Hendrik July 29, 2020 11:37PM

Re: Converting BRIK/HEAD images to .mat files

ptaylor July 30, 2020 09:28AM

Re: Converting BRIK/HEAD images to .mat files

Daniel Glen July 31, 2020 01:08PM

Re: Converting BRIK/HEAD images to .mat files

mrinmayik August 10, 2020 04:43PM