sortDicomDirectory(tractor.base)
sortDicomDirectory()所属R语言包:tractor.base
Sort a directory of DICOM files into series
系列DICOM文件的目录排序
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function sorts a directory containing DICOM files into subdirectories by series number, DICOM tag (0x0020,0x0011), and/or subject name, DICOM tag (0x0010,0x0010). Each unique identifier, together with its description, will be used as the name for a new subdirectory of the specified top-level directory, and all relevant files will be copied into that subdirectory. Duplicate file names are disambiguated if necessary.
该功能对一个的包含DICOM文件的目录到子目录序列号,DICOM标签(0×0020,0x0011),和/或主题名称,DICOM标签(0×0010,×0010)。每一个独特的标识符,连同其描述,将作为一个新的子目录在指定的顶级目录的名称,以及所有相关的文件将被复制到该子目录。如有必要,重复的文件名义性。
用法----------Usage----------
sortDicomDirectory(directory, deleteOriginals = FALSE, sortOn = "series")
参数----------Arguments----------
参数:directory
A length-1 character vector giving the directory to search for DICOM files. Subdirectories will also be searched.
一个长度为1的字符向量搜索DICOM文件的目录。也可以搜索子目录。
参数:deleteOriginals
A single logical value. If TRUE, then the source files will be deleted after being copied to their new locations, making the operation a move rather than a copy. Nothing will be deleted if the copy fails.
一个单一的逻辑值。如果TRUE,然后将源文件将被删除后复制到新的位置,使操作的举动,而不是一个副本。没有如果复制失败,将被删除。
参数:sortOn
Either "series" or "subject", or both in the order desired. This will be the basis of the sort, which will be nested if both types are specified.
无论是"series"或"subject",或所需的顺序。这将是排序的基础,这将被嵌套,如果指定了两种类型都。
值----------Value----------
This function is called for its side effect.
这个函数被调用它的副作用。
(作者)----------Author(s)----------
Jon Clayden
参考文献----------References----------
参见----------See Also----------
newMriImageFromDicom for reading DICOM files into an MriImage object.
newMriImageFromDicom读取DICOM文件的MriImage对象。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|