pyanno4rt.optimization.projections._constant_rbe_projection
Constant RBE projection.
Overview
Constant RBE projection class. |
Classes
- class pyanno4rt.optimization.projections._constant_rbe_projection.ConstantRBEProjection[source]
Bases:
pyanno4rt.optimization.projections.BackProjectionConstant RBE projection class.
This class provides an implementation of the abstract forward and backward projection methods in
Backprojectionby a linear function with a constant RBE value of 1.1.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