[][src]Module nifti::header

This module defines the NiftiHeader struct, which is used to provide important information about NIFTI-1 volumes.

Structs

NiftiHeader

The NIFTI-1 header data type. All fields are public and named after the specification's header file. The type of each field was adjusted according to their use and array limitations.

Constants

MAGIC_CODE_NI1

Magic code for NIFTI-1 header files (extention ".hdr[.gz]").

MAGIC_CODE_NIP1

Magic code for full NIFTI-1 files (extention ".nii[.gz]").