translate.mri.dtype: Translate between code and name of MRI data types.
Description
Translate between code and name of MRI data types.
Usage
translate.mri.dtype(dtype)
Value
if `dtype` is a character string, the respective integer code. If it is numeric, the respective character string.
Arguments
- dtype
character string (one of c('MRI_FLOAT') or integer, one of c(0L, 1L, 3L, 4L). Numeric values will be converted to integer.