matlab - How to convert nifti file to AFNI file? -
i want know how convert nifti file afni file (.head/brik).
you can use 3dcopy
:
3dcopy myfile.nii myfile
will create myfile+tlrc.head
, myfile+tlrc.brik
(afni can handle nifti files file, though, without them needing in head/brik format).
Comments
Post a Comment