Skip to content

Commit

Permalink
Merge pull request e0404#467 from e0404/dev_siggelRef
Browse files Browse the repository at this point in the history
include a download link to martin siggels thesis
  • Loading branch information
wahln authored Dec 28, 2020
2 parents d930c3e + 5a0db2c commit 6fad1b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion matRad_calcPhotonDose.m
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
intConvResolution: ...
(fieldLimit-1)*intConvResolution);

% 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
% diploma thesis siggel 4.1.2 -> https://github.com/e0404/matRad/wiki/Dose-influence-matrix-calculation
if isfield(machine.data,'penumbraFWHMatIso')
penumbraFWHM = machine.data.penumbraFWHMatIso;
else
Expand Down

0 comments on commit 6fad1b8

Please sign in to comment.