IMG/HDR
From Just Solve the File Format Problem
(Difference between revisions)
(Category:Multi-file formats) |
|||
Line 20: | Line 20: | ||
[[Category:Scientific Data formats]] | [[Category:Scientific Data formats]] | ||
[[Category:Graphics]] | [[Category:Graphics]] | ||
+ | [[Category:Multi-file formats]] |
Latest revision as of 15:33, 4 May 2016
Contents |
[edit] General description
Essentially a two-file implementation of NII with data and metadata contained in IMG and HDR files respectively, the Analyze file format is one of the oldest neuroimaging file formats in use. Like NIfTI, Analyze is a format for multi-dimensional voxel (pixels with a depth dimension) data. Unlike NIfTI, there are several different flavors of Analyze data, which require different interpretation of the header fields.
The format is also known as Analyze 7.5. See also its successor, Analyze AVW.
[edit] Specifications
[edit] Software
- NiBabel, a Python library for neuroimaging file I/O, supports Analyze.
- SPM, a Matlab-based neuroimaging analysis package, also has excellent support.