File: nifti1_test.1

package info (click to toggle)
nifticlib 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 3,756 kB
  • ctags: 2,689
  • sloc: ansic: 18,065; sh: 483; makefile: 425; csh: 114; python: 88; tcl: 42
file content (55 lines) | stat: -rw-r--r-- 1,767 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.TH "NIFTI1_TEST" "1" "September 2007" "Michael Hanke" "User Commands"
.SH NAME
\fBnifti1_test\fR \- NIfTI file conversion

.SH SYNOPSIS
.B nifti1_test
[\fI-n2|-n1|-na|-a2\fR] \fIinfile \fR[\fIprefix\fR]
.SH 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:
.HP
\fB\-a2\fR ==> write an ANALYZE 7.5 file pair: prefix.hdr/prefix.img
.HP
\fB\-n2\fR ==> write a NIFTI\-1 file pair: prefix.hdr/prefix.img
.HP
\fB\-n1\fR ==> write a NIFTI\-1 single file: prefix.nii
.HP
\fB\-na\fR ==> write a NIFTI\-1 ASCII+binary file: prefix.nia
.HP
\fB\-za2\fR => write an ANALYZE 7.5 file pair:
.IP
prefix.hdr.gz/prefix.img.gz
.HP
\fB\-zn2\fR => write a NIFTI\-1 file pair: prefix.hdr.gz/prefix.img.gz
.HP
\fB\-zn1\fR => write a NIFTI\-1 single file: prefix.nii.gz
.HP
\fB\-zna\fR => write a NIFTI\-1 ASCII+binary file: prefix.nia.gz
.IP
The default is '\-n1'.
.PP
If prefix is not given, then the header info from infile
file is printed to stdout.
.PP
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)

.SH "SEE ALSO"
.BR libnifti (1),
.BR nifti_tool (1),
.BR nifti_stats (1).
.PP 
Homepage: 
.I http://niftilib.sourceforge.net

.SH "AUTHOR"
The \fBNIfTI\fR libraries were written by the NIfTI Data Format Working Group (DFWG, 
.I  http://nifti.nimh.nih.gov/
).
.PP 
This manual page was written by Michael Hanke <michael.hanke@gmail.com>,
for the Debian project (but may be used by others).