pyanno4rt.patient.import_functions._import_from_p
Python file import.
Overview
|
Import the patient data from a Python (.p) file. |
Functions
- pyanno4rt.patient.import_functions._import_from_p.import_from_p(path, resolution)[source]
Import the patient data from a Python (.p) file.
- Parameters:
path (str) – Path to the Python file.
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.