Skip to content

Commit

Permalink
remove the MCsquare MU correction as it is no longer valid
Browse files Browse the repository at this point in the history
  • Loading branch information
wahln committed Oct 28, 2022
1 parent d1c34ab commit ee58c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCsquare/MatRad_MCsquareConfig.m
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ function writeMCsquareinputAllFiles(obj,filename,stf)
if obj.Beamlet_Mode
n = stf(i).energyLayer(j).numOfPrimaries(k);
else
n = stf(i).energyLayer(j).numOfPrimaries(k) / obj.mcSquare_magicFudge(stf(i).energies(j));
n = stf(i).energyLayer(j).numOfPrimaries(k); % / obj.mcSquare_magicFudge(stf(i).energies(j));
end
fprintf(fileHandle,[num2str(stf(i).energyLayer(j).targetPoints(k,:)) ' ' num2str(n) '\n']);
end
Expand Down

0 comments on commit ee58c3d

Please sign in to comment.