Converts an AFNI file to an NIfTI file or nifti
using 3dAFNItoNIFTI
afni_3dAFNItoNIFTI(file, outfile = NULL, opts = "", float = TRUE,
retimg = TRUE, ...)
afni_to_nifti(...)
file | AFNI BRIK or HEAD file |
---|---|
outfile | output filename or prefix. The default is to always use
|
opts | Additional options to pass to |
float | Should the |
retimg | Should an image be returned? |
... | additional arguments to |
If retimg
then object of class nifti. Otherwise,
the outfile
argument is returned (or a temporary filename)