pyanno4rt.patient

Patient module.


This module aims to provide methods and classes for importing and processing patient data.

Subpackages

Overview

Classes

PatientLoader

Patient loading class.

Classes

class pyanno4rt.patient.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

load()[source]

Load the patient data from the path.