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