CiftiLib
A C++ library for CIFTI-2 and CIFTI-1 files
|
nifti1 xform codes to describe the "standard" coordinate system More...
Topics | |
NIFTI1_UNITS | |
nifti1 units codes to describe the unit of measurement for each dimension of the dataset | |
Variables | |
const int32_t | cifti::NIFTI_XFORM_UNKNOWN =0 |
const int32_t | cifti::NIFTI_XFORM_SCANNER_ANAT =1 |
const int32_t | cifti::NIFTI_XFORM_ALIGNED_ANAT =2 |
const int32_t | cifti::NIFTI_XFORM_TALAIRACH =3 |
const int32_t | cifti::NIFTI_XFORM_MNI_152 =4 |
nifti1 xform codes to describe the "standard" coordinate system
const int32_t cifti::NIFTI_XFORM_ALIGNED_ANAT =2 |
Coordinates aligned to another file's, or to anatomical "truth".
const int32_t cifti::NIFTI_XFORM_MNI_152 =4 |
MNI 152 normalized coordinates.
const int32_t cifti::NIFTI_XFORM_SCANNER_ANAT =1 |
Scanner-based anatomical coordinates
const int32_t cifti::NIFTI_XFORM_TALAIRACH =3 |
Coordinates aligned to Talairach- Tournoux Atlas; (0,0,0)=AC, etc.
const int32_t cifti::NIFTI_XFORM_UNKNOWN =0 |
Arbitrary coordinates (Method 1).