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 -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -