nifti1_io
Toggle main menu visibility
Loading...
Searching...
No Matches
NIFTI1_DATATYPES
nifti1 datatype codes
More...
Topics
NIFTI1_DATATYPE_ALIASES
aliases for the nifti1 datatype codes
Macros
#define
DT_NONE
0
#define
DT_UNKNOWN
0 /* what it says, dude */
#define
DT_BINARY
1 /* binary (1 bit/voxel) */
#define
DT_UNSIGNED_CHAR
2 /* unsigned char (8 bits/voxel) */
#define
DT_SIGNED_SHORT
4 /* signed short (16 bits/voxel) */
#define
DT_SIGNED_INT
8 /* signed int (32 bits/voxel) */
#define
DT_FLOAT
16 /* float (32 bits/voxel) */
#define
DT_COMPLEX
32 /* complex (64 bits/voxel) */
#define
DT_DOUBLE
64 /* double (64 bits/voxel) */
#define
DT_RGB
128 /* RGB triple (24 bits/voxel) */
#define
DT_ALL
255 /* not very useful (?) */
#define
DT_UINT8
2
#define
DT_INT16
4
#define
DT_INT32
8
#define
DT_FLOAT32
16
#define
DT_COMPLEX64
32
#define
DT_FLOAT64
64
#define
DT_RGB24
128
#define
DT_INT8
256 /* signed char (8 bits) */
#define
DT_UINT16
512 /* unsigned short (16 bits) */
#define
DT_UINT32
768 /* unsigned int (32 bits) */
#define
DT_INT64
1024 /* long long (64 bits) */
#define
DT_UINT64
1280 /* unsigned long long (64 bits) */
#define
DT_FLOAT128
1536 /* long double (128 bits) */
#define
DT_COMPLEX128
1792 /* double pair (128 bits) */
#define
DT_COMPLEX256
2048 /* long double pair (256 bits) */
#define
DT_RGBA32
2304 /* 4 byte RGBA (32 bits/voxel) */
Detailed Description
nifti1 datatype codes
Generated by
1.17.0