newMriImageFromDicom(tractor.base)
newMriImageFromDicom()所属R语言包:tractor.base
Functions for reading images from DICOM files
读取DICOM图像文件的功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Functions for reading images from DICOM files.
读取DICOM图像文件的功能。
用法----------Usage----------
newMriImageFromDicom(fileName, untileMosaics = TRUE)
newMriImageFromDicomDirectory(dicomDir, readDiffusionParams = FALSE, untileMosaics = TRUE)
newMriImageFromDicomMetadata(metadata, flipY = TRUE, untileMosaics = TRUE)
newMriImageMetadataFromDicom(fileName, untileMosaics = TRUE)
newMriImageMetadataFromDicomMetadata(dicom, untileMosaics = TRUE)
参数----------Arguments----------
参数:fileName
Character vector of length one giving the name of a DICOM file.
字符向量的长度提供一个DICOM文件的名称。
参数:untileMosaics
Logical value: should Siemens mosaic images be converted into 3D volumes? This may occasionally be performed in error, which can be prevented by setting this value to FALSE.
逻辑值:西门子马赛克图像转换成3D体积?这有时可能会被执行错误,可以防止通过设置此值FALSE。
参数:dicomDir
Character vector of length one giving the name of a directory containing DICOM files.
字符向量的长度提供一个目录,其中包含DICOM文件的名称。
参数:readDiffusionParams
Logical value: should diffusion MRI parameters (b-values and gradient directions) be retrieved from the files if possible?
逻辑值:应该扩散的MRI参数(b值和梯度方向)从文件中检索,如果可能的话吗?
参数:metadata, dicom
DicomMetadata objects.
DicomMetadata对象。
参数:flipY
Logical value: should the image be flipped in the Y direction? Usually this is appropriate to convert between DICOM's LPS and TractoR's LAS storage conventions.
逻辑值:在Y方向上的图像进行翻转?通常之间的转换DICOM的LPS和拖拉机LAS存储的公约,这是适当的。
值----------Value----------
newMriImageFromDicom and newMriImageFromDicomMetadata return an MriImage object. newMriImageMetadataFromDicom and newMriImageMetadataFromDicomMetadata return an MriImageMetadata object. newMriImageFromDicomDirectory returns a list containing elements
newMriImageFromDicom和newMriImageFromDicomMetadata返回一个MriImage的对象。 newMriImageMetadataFromDicom和newMriImageMetadataFromDicomMetadata返回一个MriImageMetadata的对象。 newMriImageFromDicomDirectory返回一个列表,包含的元素
参数:image
An MriImage object.
对象的MriImage。
参数:bValues
Diffusion b-values, if requested. Will be NA if the information could not be found in the files.
扩散的b值,如果要求。 NA如果信息不能在文件中找到。
参数:bVectors
Diffusion gradient vectors, if requested. Will be NA if the information could not be found in the files.
扩散梯度,如果要求。 NA如果信息不能在文件中找到。
(作者)----------Author(s)----------
Jon Clayden
参考文献----------References----------
参见----------See Also----------
DicomMetadata, MriImage, MriImageMetadata, sortDicomDirectory.
DicomMetadata,MriImage,MriImageMetadata,sortDicomDirectory。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|