NPL
Neurological Programs and Libraries
Image Unit Codes

nifti1 units codes to describe the unit of measurement for each dimension of the dataset More...

Macros

#define NIFTI_UNITS_UNKNOWN   0
 
#define NIFTI_UNITS_METER   1
 
#define NIFTI_UNITS_MM   2
 
#define NIFTI_UNITS_MICRON   3
 
#define NIFTI_UNITS_SEC   8
 
#define NIFTI_UNITS_MSEC   16
 
#define NIFTI_UNITS_USEC   24
 
#define NIFTI_UNITS_HZ   32
 
#define NIFTI_UNITS_PPM   40
 
#define NIFTI_UNITS_RADS   48
 

Detailed Description

nifti1 units codes to describe the unit of measurement for each dimension of the dataset

Macro Definition Documentation

#define NIFTI_UNITS_HZ   32

Definition at line 864 of file nifti.h.

#define NIFTI_UNITS_METER   1

Definition at line 858 of file nifti.h.

#define NIFTI_UNITS_MICRON   3

Definition at line 860 of file nifti.h.

#define NIFTI_UNITS_MM   2

Definition at line 859 of file nifti.h.

#define NIFTI_UNITS_MSEC   16

Definition at line 862 of file nifti.h.

#define NIFTI_UNITS_PPM   40

Definition at line 865 of file nifti.h.

#define NIFTI_UNITS_RADS   48

Definition at line 866 of file nifti.h.

#define NIFTI_UNITS_SEC   8

Definition at line 861 of file nifti.h.

#define NIFTI_UNITS_UNKNOWN   0

Definition at line 857 of file nifti.h.

#define NIFTI_UNITS_USEC   24

Definition at line 863 of file nifti.h.