Angelababy
Angelababy

Reputation: 243

How to convert nifti file to AFNI file?

I want to know how to convert a NIFTI file to an AFNI file (.HEAD/BRIK).

Upvotes: 0

Views: 1478

Answers (1)

Amyunimus
Amyunimus

Reputation: 1633

You can use 3dcopy:

3dcopy myfile.nii myfile

will create myfile+tlrc.HEAD and myfile+tlrc.BRIK

(AFNI can handle nifti files file, though, without them needing to be in HEAD/BRIK format).

Upvotes: 3

Related Questions