data types(tractor.base)
data types()所属R语言包:tractor.base
MriImage data types
MriImage数据类型
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Convert a numeric type code to the image data type specifier used in MriImage objects, and back again.
使用的在MriImage对象中的图像数据类型说明符转换为数字型代码,然后再返回。
用法----------Usage----------
getDataTypeByNiftiCode(code)
getNiftiCodeForDataType(datatype)
参数----------Arguments----------
参数:code
A numeric value indicating the data type code required. Supported values in TractoR are 2 (8-bit unsigned integer), 4 (16-bit signed integer), 8 (32-bit signed integer), 16 (32-bit floating point), 64 (64-bit floating point), 256 (8-bit signed integer), 512 (16-bit unsigned integer) and 768 (32-bit unsigned integer).
一个数字值,该值指示数据类型所需的代码。支持的值拖拉机2(8位无符号整数),4(16位有符号整数),8(32位有符号整数),16(32位浮点),64位(64位浮点), 256(8位有符号整数),512(16位无符号整数)和768(32位无符号整数)。
参数:datatype
A list specifying a data type, with the elements described below.
下面描述的列表指定一个数据类型,与元素。
值----------Value----------
For getDataTypeByNiftiCode, a list with the following elements
对于getDataTypeByNiftiCode,包含下列元素的列表
参数:type
An R storage mode, either integer or double.
R的存储模式,是integer或double。
参数:size
The number of bytes (not bits) per voxel in this data type.
这样的数据类型中的字节数(而不是位),每个体素。
参数:isSigned
Logical value indicating whether data values are signed.
逻辑值,该值指示是否数据值的签署。
For getNiftiCodeForDataType, a single number or NULL.
对于getNiftiCodeForDataType,一个单一的数字或NULL。
(作者)----------Author(s)----------
Jon Clayden
参考文献----------References----------
参见----------See Also----------
MriImage, and the NIfTI-1 standard (http://nifti.nimh.nih.gov/nifti-1).
MriImage,和NIfTI-1的标准(http://nifti.nimh.nih.gov/nifti-1)。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|