pyanno4rt.patient._patient_loader
Patient loading.
Overview
Patient loading class. |
Classes
- class pyanno4rt.patient._patient_loader.PatientLoader(imaging_path, target_imaging_resolution)[source]
Patient loading class.
This class provides methods to load patient data from different input formats and generate the computed tomography (CT) and segmentation dictionaries.
- Parameters:
imaging_path (str) – Path to the CT and segmentation data.
target_imaging_resolution (None or list) – Imaging resolution for post-processing interpolation of the CT and segmentation data.
- imaging_path
See ‘Parameters’.
- Type:
str
- target_imaging_resolution
See ‘Parameters’.
- Type:
None or list
Overview
Methods load()Load the patient data from the path.
Members