Skip to content

Commit 6fad1b8

Browse files
authored
Merge pull request #467 from e0404/dev_siggelRef
include a download link to martin siggels thesis
2 parents d930c3e + 5a0db2c commit 6fad1b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

matRad_calcPhotonDose.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
intConvResolution: ...
9191
(fieldLimit-1)*intConvResolution);
9292

93-
% gaussian filter to model penumbra from (measured) machine output / see diploma thesis siggel 4.1.2
93+
% 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
9495
if isfield(machine.data,'penumbraFWHMatIso')
9596
penumbraFWHM = machine.data.penumbraFWHMatIso;
9697
else

0 commit comments

Comments
 (0)