read.DICOM.RT {RadOnc} | R Documentation |
Read DICOM-RT data from an input directory
Description
Function to extract three-dimensional structural and dosimetric data from input file(s) in DICOM-RT format
Usage
read.DICOM.RT(path, exclude=NULL, recursive=TRUE, verbose=TRUE, limit=NULL,
DVH=TRUE, zDVH=FALSE, modality="CT", ...)
Arguments
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 |
Value
Returns a single structure.list
object containing all structures from input DICOM-RT file(s)
Author(s)
Reid F. Thompson (reid.thompson@gmail.com)
See Also
readDICOM
, structure.list
, structure3D