SYNOPSIS
nifti1_test [-n2|-n1|-na|-a2] infile [prefix]DESCRIPTION
Converts NIfTI files from and to ANALYZE 7.5 format, compressed or uncompressed NIfTI files (pair or single file). Additionally one can convert NIfTI headers into ASCII format for convenient manipulation of header data.If prefix is given, then the options mean:
-
-a2 ==> write an ANALYZE 7.5 file pair: prefix.hdr/prefix.img
- -n2 ==> write a NIFTI-1 file pair: prefix.hdr/prefix.img
- -n1 ==> write a NIFTI-1 single file: prefix.nii
- -na ==> write a NIFTI-1 ASCII+binary file: prefix.nia
- -za2 => write an ANALYZE 7.5 file pair:
- -n2 ==> write a NIFTI-1 file pair: prefix.hdr/prefix.img
-
- prefix.hdr.gz/prefix.img.gz
-
-zn2 => write a NIFTI-1 file pair: prefix.hdr.gz/prefix.img.gz
- -zn1 => write a NIFTI-1 single file: prefix.nii.gz
- -zna => write a NIFTI-1 ASCII+binary file: prefix.nia.gz
- -zn1 => write a NIFTI-1 single file: prefix.nii.gz
-
- The default is '-n1'.
If prefix is not given, then the header info from infile file is printed to stdout.
Please note that the '.nia' format is NOT part of the NIFTI-1 specification, but is provided mostly for ease of visualization (e.g., you can edit a .nia file and change some header fields, then rewrite it as .nii)
AUTHOR
The NIfTI libraries were written by the NIfTI Data Format Working Group (DFWG, http://nifti.nimh.nih.gov/ ).This manual page was written by Michael Hanke <[email protected]>, for the Debian project (but may be used by others).