View source: R/read.DICOM.RT.R
read.DICOM.RT | R Documentation |
Function to extract three-dimensional structural and dosimetric data from input file(s) in DICOM-RT format
read.DICOM.RT(path, exclude=NULL, recursive=TRUE, verbose=TRUE, limit=NULL,
DVH=TRUE, zDVH=FALSE, modality="CT", ...)
path |
Location of directory containing relevant DICOM-RT information |
exclude |
Character string specifying exclusion criteria used to skip processing of specific file(s) within the DICOM-RT directory. |
recursive |
Logical (default is |
verbose |
Logical value (default is |
limit |
Numerical value specifying size threshold over which to skip processing of specific structures (number corresponds to the number of points used to define each structure surface) |
DVH |
Logical value (default is |
zDVH |
Logical value (default is |
modality |
Parameter used to specify the scan type expected in importing DICOM-RT data (must be one one of |
... |
Additional parameters passed to |
Returns a single structure.list
object containing all structures from input DICOM-RT file(s)
Reid F. Thompson (reid.thompson@gmail.com)
readDICOM
, structure.list
, structure3D
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.