We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d930c3e + 5a0db2c commit 6fad1b8Copy full SHA for 6fad1b8
matRad_calcPhotonDose.m
@@ -90,7 +90,8 @@
90
intConvResolution: ...
91
(fieldLimit-1)*intConvResolution);
92
93
-% gaussian filter to model penumbra from (measured) machine output / see diploma thesis siggel 4.1.2
+% gaussian filter to model penumbra from (measured) machine output / see
94
+% diploma thesis siggel 4.1.2 -> https://github.com/e0404/matRad/wiki/Dose-influence-matrix-calculation
95
if isfield(machine.data,'penumbraFWHMatIso')
96
penumbraFWHM = machine.data.penumbraFWHMatIso;
97
else
0 commit comments