Monte Carlo eXtreme (MCX)
Macros
NIFTI1_UNITS

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

◆ NIFTI_UNITS_HZ

#define NIFTI_UNITS_HZ   32

NIFTI code for Hertz.

◆ NIFTI_UNITS_METER

#define NIFTI_UNITS_METER   1

Space codes are multiples of 1.

NIFTI code for meters.

◆ NIFTI_UNITS_MICRON

#define NIFTI_UNITS_MICRON   3

NIFTI code for micrometers.

◆ NIFTI_UNITS_MM

#define NIFTI_UNITS_MM   2

NIFTI code for millimeters.

◆ NIFTI_UNITS_MSEC

#define NIFTI_UNITS_MSEC   16

NIFTI code for milliseconds.

◆ NIFTI_UNITS_PPM

#define NIFTI_UNITS_PPM   40

NIFTI code for ppm.

◆ NIFTI_UNITS_RADS

#define NIFTI_UNITS_RADS   48

NIFTI code for radians per second.

◆ NIFTI_UNITS_SEC

#define NIFTI_UNITS_SEC   8

Time codes are multiples of 8.

NIFTI code for seconds.

◆ NIFTI_UNITS_UNKNOWN

#define NIFTI_UNITS_UNKNOWN   0

NIFTI code for unspecified units.

◆ NIFTI_UNITS_USEC

#define NIFTI_UNITS_USEC   24

NIFTI code for microseconds.