1GIFTI_TEST(1)                    User Commands                   GIFTI_TEST(1)
2
3
4

NAME

6       gifti_test - test reading/writing a GIFTI dataset
7

SYNOPSIS

9       gifti_test [...]
10

OPTIONS

12       -help  Show usage help.
13
14       -gifti_hist
15              Show giftilib history.
16
17       -gifti_ver
18              Show giftilib version.
19
20       -encoding TYPE
21              Set the data encoding for any output file.
22
23              TYPE = ASCII      : ASCII encoding
24
25              TYPE = BASE64     : base64 binary
26
27              TYPE = BASE64GZIP : base64 compressed binary
28
29       -gfile OUTPUT
30              Write out dataset as gifti image.
31
32       -infile INPUT
33              Specify INPUT as the GIFTI dataset to read.
34
35       -no_data
36              Do not write out data.
37
38       -show  Show final gifti image.
39
40       -slist LEN s0...
41              Restrict output to list of length LEN.
42
43       -verb VERB
44              Set verbose level.
45

EXAMPLES

47       1. read in a GIFTI dataset (verbose, show output?)
48
49              gifti_test -infile dset.gii
50
51              gifti_test -infile dset.gii -verb 3
52
53              gifti_test -infile dset.gii -show
54
55       2. copy a GIFTI dataset (check differences?)
56
57              gifti_test -infile dset.gii -gfile copy.gii
58
59              diff dset.gii copy.gii
60
61       3. copy a GIFTI data, but write out only 3 surf indices: 0,4,5
62
63              gifti_test -infile time_series.gii -gfile ts3.gii -slist 3 0 4 5
64

SEE ALSO

66       Website: http://www.nitrc.org/projects/gifti
67

AUTHOR

69       Richard Reynolds - SSCC, DIRP, NIMH, National Institutes of Health
70
71       This     manual     page     was     written     by    Michael    Hanke
72       <michael.hanke@gmail.com>, for the Debian project (but may be  used  by
73       others).
74
75
76
77gifti_test                         June 2010                     GIFTI_TEST(1)
Impressum