read_dicom.RdRead a DICOM image or series of images
read_dicom(path, ...)| path | Directory containing DICOM images, or single image file |
|---|---|
| ... | Additional arguments to |
List with elements hdr and img, each with an element for each slice. img is empty if the DICOM file contains no pixel data.
if (FALSE) read_dicom(dicom_directory)
if (FALSE) read_dicom(dicom_file.dcm)