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.
1 parent 0d77d0a commit d91593fCopy full SHA for d91593f
matRad/steering/matRad_PhotonStfGeneratorSingleBeamlet.m
@@ -53,7 +53,7 @@
53
checkBasic = isfield(machine,'meta') && isfield(machine,'data');
54
55
%check modality
56
- checkModality = any(strcmp(matRad_PhotonStfGeneratorSingleBeamlet.possibleRadiationModes, machine.meta.radiationMode)) && any(strcmp(matRad_PhotonStfGeneratorIMRT.possibleRadiationModes, pln.radiationMode));
+ checkModality = any(strcmp(matRad_PhotonStfGeneratorSingleBeamlet.possibleRadiationModes, machine.meta.radiationMode)) && any(strcmp(atRad_PhotonStfGeneratorSingleBeamlet.possibleRadiationModes, pln.radiationMode));
57
58
%Sanity check compatibility
59
if checkModality
0 commit comments