CiftiLib
A C++ library for CIFTI-2 and CIFTI-1 files
|
nifti1 units codes to describe the unit of measurement for each dimension of the dataset More...
Modules | |
NIFTI1_SLICE_ORDER | |
nifti1 slice order codes, describing the acquisition order of the slices | |
Macros | |
#define | XYZT_TO_SPACE(xyzt) ( (xyzt) & 0x07 ) |
#define | XYZT_TO_TIME(xyzt) ( (xyzt) & 0x38 ) |
#define | SPACE_TIME_TO_XYZT(ss, tt) |
#define | DIM_INFO_TO_FREQ_DIM(di) ( ((di) ) & 0x03 ) |
#define | DIM_INFO_TO_PHASE_DIM(di) ( ((di) >> 2) & 0x03 ) |
#define | DIM_INFO_TO_SLICE_DIM(di) ( ((di) >> 4) & 0x03 ) |
#define | FPS_INTO_DIM_INFO(fd, pd, sd) |
Variables | |
const int32_t | cifti::NIFTI_UNITS_UNKNOWN =0 |
const int32_t | cifti::NIFTI_UNITS_METER =1 |
const int32_t | cifti::NIFTI_UNITS_MM =2 |
const int32_t | cifti::NIFTI_UNITS_MICRON =3 |
const int32_t | cifti::NIFTI_UNITS_SEC =8 |
const int32_t | cifti::NIFTI_UNITS_MSEC =16 |
const int32_t | cifti::NIFTI_UNITS_USEC =24 |
const int32_t | cifti::NIFTI_UNITS_HZ =32 |
const int32_t | cifti::NIFTI_UNITS_PPM =40 |
const int32_t | cifti::NIFTI_UNITS_RADS =48 |
nifti1 units codes to describe the unit of measurement for each dimension of the dataset
#define FPS_INTO_DIM_INFO | ( | fd, | |
pd, | |||
sd | |||
) |
#define SPACE_TIME_TO_XYZT | ( | ss, | |
tt | |||
) |
const int32_t cifti::NIFTI_UNITS_HZ =32 |
NIFTI code for Hertz.
const int32_t cifti::NIFTI_UNITS_METER =1 |
Space codes are multiples of 1.
NIFTI code for meters.
const int32_t cifti::NIFTI_UNITS_MICRON =3 |
NIFTI code for micrometers.
const int32_t cifti::NIFTI_UNITS_MM =2 |
NIFTI code for millimeters.
const int32_t cifti::NIFTI_UNITS_MSEC =16 |
NIFTI code for milliseconds.
const int32_t cifti::NIFTI_UNITS_PPM =40 |
NIFTI code for ppm.
const int32_t cifti::NIFTI_UNITS_RADS =48 |
NIFTI code for radians per second.
const int32_t cifti::NIFTI_UNITS_SEC =8 |
Time codes are multiples of 8.
NIFTI code for seconds.
const int32_t cifti::NIFTI_UNITS_UNKNOWN =0 |
NIFTI code for unspecified units.
const int32_t cifti::NIFTI_UNITS_USEC =24 |
NIFTI code for microseconds.