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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -