nifti1_io
Loading...
Searching...
No Matches
Modules | Macros

nifti1 xform codes to describe the "standard" coordinate system More...

Collaboration diagram for NIFTI1_XFORM_CODES:

Modules

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

Macros

#define NIFTI_XFORM_UNKNOWN   0
 
#define NIFTI_XFORM_SCANNER_ANAT   1
 
#define NIFTI_XFORM_ALIGNED_ANAT   2
 
#define NIFTI_XFORM_TALAIRACH   3
 
#define NIFTI_XFORM_MNI_152   4
 
#define NIFTI_XFORM_TEMPLATE_OTHER   5
 

Detailed Description

nifti1 xform codes to describe the "standard" coordinate system

Macro Definition Documentation

◆ NIFTI_XFORM_ALIGNED_ANAT

#define NIFTI_XFORM_ALIGNED_ANAT   2

Coordinates aligned to another file's, or to anatomical "truth".

◆ NIFTI_XFORM_MNI_152

#define NIFTI_XFORM_MNI_152   4

MNI 152 normalized coordinates.

◆ NIFTI_XFORM_SCANNER_ANAT

#define NIFTI_XFORM_SCANNER_ANAT   1

Scanner-based anatomical coordinates

◆ NIFTI_XFORM_TALAIRACH

#define NIFTI_XFORM_TALAIRACH   3

Coordinates aligned to Talairach- Tournoux Atlas; (0,0,0)=AC, etc.

◆ NIFTI_XFORM_TEMPLATE_OTHER

#define NIFTI_XFORM_TEMPLATE_OTHER   5

Normalized coordinates (for any general standard template space). Added March 8, 2019.

◆ NIFTI_XFORM_UNKNOWN

#define NIFTI_XFORM_UNKNOWN   0

Arbitrary coordinates (Method 1).