Skip to content

Commit d8c5b05

Browse files
committed
change shortnames of generators
1 parent 874b2aa commit d8c5b05

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

matRad/steering/matRad_BrachyStfGenerator.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
properties (Constant)
44
name = 'Basic Brachytherapy Template';
5-
shortName = 'simpleBrachy';
5+
shortName = 'SimpleBrachy';
66
possibleRadiationModes = {'brachy'};
77
end
88
properties

matRad/steering/matRad_ParticleStfGeneratorSingleBeamlet.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
end
2222

2323
properties (Constant)
24-
name = 'Particle Single Beamlet';
25-
shortName = 'particleSingleBixel';
24+
name = 'Particle Single Spot';
25+
shortName = 'ParticleSingleSpot';
2626
possibleRadiationModes = {'protons','helium','carbon'};
2727
end
2828

matRad/steering/matRad_PhotonStfGeneratorIMRT.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
properties (Constant)
44
name = 'Photon IMRT stf Generator';
5-
shortName = 'photonIMRT';
5+
shortName = 'PhotonIMRT';
66
possibleRadiationModes = {'photons'};
77
end
88

matRad/steering/matRad_PhotonStfGeneratorSingleBeamlet.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1717

1818
properties (Constant)
19-
name = 'Photon Single Beamlet';
20-
shortName = 'photonSingleBixel';
19+
name = 'Photon Single Bixel';
20+
shortName = 'PhotonSingleBixel';
2121
possibleRadiationModes = {'photons'};
2222
end
2323

0 commit comments

Comments
 (0)