This function provides an educated guess on whether the given dtype is suitable for the data. It is usually called for the site effect of printing warnings in case something seems off.
check.dtype.for.data(mridata, mri_dtype_code)
logical, whether the dtype could be suitable. This is only a guess, as the checks are in no way complete.
the data to check, a vector, matrix or array typically
integer, the MRI data type code. See translate.mri.dtype
.