pyanno4rt.dose_info._dose_info_generator

Dose information generation.

Overview

Classes

DoseInfoGenerator

Dose information generation class.

Classes

class pyanno4rt.dose_info._dose_info_generator.DoseInfoGenerator(number_of_fractions, dose_matrix_path, dose_resolution)[source]

Dose information generation class.

This class provides methods to generate the dose information dictionary for the management and retrieval of dose grid properties and dose-related parameters.

Parameters:
  • dose_resolution (list) – Size of the dose grid in [mm] per dimension.

  • number_of_fractions (int) – Number of fractions according to the treatment scheme.

  • dose_matrix_path (str) – Path to the dose-influence matrix file (.mat or .npy).

number_of_fractions

See ‘Parameters’.

Type:

int

dose_matrix_path

See ‘Parameters’.

Type:

str

dose_resolution

See ‘Parameters’.

Type:

tuple

Overview

Methods

generate()

Generate the dose information dictionary.

Members

generate()[source]

Generate the dose information dictionary.