pyanno4rt.optimization.projections._dose_projection
Dose projection.
Overview
Dose projection class. |
Classes
- class pyanno4rt.optimization.projections._dose_projection.DoseProjection[source]
Bases:
pyanno4rt.optimization.projections.BackProjectionDose projection class.
This class provides an implementation of the abstract forward and backward projection methods in
Backprojectionby a linear function with a neutral RBE value of 1.0.Overview
Methods compute_dose_result(fluence)Compute the dose projection from the fluence vector.
compute_fluence_gradient_result(dose_gradient)Compute the fluence gradient projection from the dose gradient.
Members