Skip to content

Commit

Permalink
Merge pull request #41 from faddegon/patch-6
Browse files Browse the repository at this point in the history
Create Jaws.txt
  • Loading branch information
jiperl committed Jun 2, 2021
2 parents 1bf4479 + 4bbf366 commit 5dbda7e
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions examples/SpecialComponents/Jaws.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Jaws for Siemens Oncor: Uses TOPAS component Jaws
# Reference for geometry: Jabbari et al, J Med Signal Sens 3(3):172-179

############################# Parameter Descriptions #################################
# IEC_B/RotZ_B: Collimator angle
# HLX/Y/Z: Half thicknesses
# SAD: Source axis distance (nominal distance from x-ray target to gantry rotation axis)
# SourceToUpstreamSurfaceDistance: Distance from x-ray target to jaw
# PositiveFieldSetting: Positive jaw position projected to isocenter
# NegativeFieldSetting: NegativeFieldSetting <= PositiveFieldSetting
#######################################################################################

includeFile = LinacDefaults.txt #Values in LinacDafaults.txt may be overriden
# Values of collimator angle and field size.
# May be overriden in an includeFile that includes this file
dc:Ge/IEC_B/RotZ_B = 0. deg
dc:Ge/Jaw/PositiveFieldSetting = 20 cm
dc:Ge/Jaw/NegativeFieldSetting = -20 cm

#######################################################################################
s:Ge/Jaw/Parent = "IEC_B"
s:Ge/Jaw/Type = "TsJaws"
s:Ge/Jaw/Material = "G4_W"
# HLX, HLY and HLZ are the half-thicknesses of each jaw
d:Ge/Jaw/LX = 20. cm # Actual jaw width along JawTravelAxis
d:Ge/Jaw/LY = 20. cm # Actual jaw length perpendicular to JawTravelAxis
d:Ge/Jaw/LZ = 7.80 cm # Jaw thickness along IEC Zb axis
dc:Ge/Jaw/SourceToUpstreamSurfaceDistance = 19.73 cm #Distance from x-ray target to jaw
d:Ge/Jaw/SAD = Ge/SAD cm


s:Ge/Jaw/DrawingStyle = "Solid"
s:Ge/Jaw/JawTravelAxis = "Yb" # Jaw travel axis, "Xb" or "Yb"


#######################################################################################

0 comments on commit 5dbda7e

Please sign in to comment.