pyRadPlan.dose#
dose#
- calc_dose_influence(ct, cst, stf, pln)[source]#
Calculate the dose influence matrix.
- Parameters:
ct (
Union[CT,dict]) – A CT object.cst (
Union[StructureSet,dict]) – A CST object.stf (
Union[SteeringInformation,dict]) – A STF object.
- Returns:
A Dij object.
- Return type:
- calc_dose_forward(ct, cst, stf, pln, weights=None)[source]#
Calculate the dose forward matrix.
- Parameters:
ct (
Union[CT,dict]) – A CT object.cst (
Union[StructureSet,dict]) – A CST object.stf (
Union[SteeringInformation,dict]) – A STF object.weights (
ndarray) – The weights for the beamlets.
- Returns:
A PlanResult object.
- Return type: