pyanno4rt.patient.import_functions._import_from_dcm

DICOM folder import.

Overview

Function

import_from_dcm(path, resolution)

Import the patient data from a folder with DICOM (.dcm) files.

Functions

pyanno4rt.patient.import_functions._import_from_dcm.import_from_dcm(path, resolution)[source]

Import the patient data from a folder with DICOM (.dcm) files.

Parameters:
  • path (str) – Path to the DICOM folder.

  • resolution (None or list) – Imaging resolution for post-processing interpolation of the CT and segmentation data.

Returns:

  • dict – Dictionary with information on the CT images.

  • dict – Dictionary with information on the segmented structures.