-
Notifications
You must be signed in to change notification settings - Fork 0
/
nifti1_overview.html
52 lines (41 loc) · 1.89 KB
/
nifti1_overview.html
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" media="screen" title="Default style" href="nifti.css" />
</head>
<body>
<h1>nifti-1 format overview</h1>
<p>Information about the Neuroimaging Informatics Technology Initiative (NIfTI),
its Data Format Working Group (DFWG), and the nifti-1 format is available at the
<a href = "http://nifti.nimh.nih.gov/">NIfTI</a> website.</p>
<p>From the summary statement on the NIfTI website:</p>
<blockquote>
"NIfTI-1 is a somewhat new data format, proposed by the NIfTI DFWG
as a short-term measure to facilitate inter-operation of functional
MRI data analysis software packages. It is adapted from the widely
used ANALYZE<sup>TM</sup> 7.5 file format. The hope is that
older non-NIfTI-aware software that uses the ANALYZE 7.5
format will still be compatible with NIfTI-1. NIfTI-1 uses the
"empty space" in the ANALYZE 7.5 header to add several new
features. These features are summarized in the Sep 2003
presentation and OHBM abstract (linked to below)."
</blockquote>
<p>Here are two documents that describe the nifti-1 format; more documentation
is available on the NIfTI website.</p>
<ol>
<li>The
<a href = "http://nifti.nimh.nih.gov/pub/dist/doc/NIFTI-1-Abstract.html">abstract</a>
describing the format, that was presented at Human Brain Mapping Conference, 2004.
</li>
<li>The nifti-1 format
<a href="http://nifti.nimh.nih.gov/pub/dist/src/niftilib/nifti1.h">specification</a>.
</li>
</ol>
<div id="footer">
<a href="https://github.com/NIFTI-Imaging/NIFTI-Imaging.github.io/commits/master/nifti1_overview.html" target="_blank"> Page History </a>
</div>
</body>
</html>