Skip to content

Commit

Permalink
ENH: Add treatment machine descriptor JSON for Varian TrueBeam
Browse files Browse the repository at this point in the history
  • Loading branch information
cpinter committed Feb 9, 2023
1 parent d31f29d commit 8fcd31d
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RoomsEyeView/Resources/UI/qSlicerRoomsEyeViewModule.ui
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,9 @@
</item>
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout_5">
<property name="leftMargin">
<number>4</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"TreatmentMachineName": "Varian TrueBeam STx",
"Author": "Eduardo Meilán Bermejo",
"Date":"2017",
"$schema": "https://raw.githubusercontent.com/???/???-schema.json#",
"Part": [
{
"Type": "Collimator",
"Name": "Collimator",
"FilePath": "Collimator.stl",
"FileToPartTransformMatrix": [ [1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1] ],
"Color": [255, 255, 255],
"Enabled": true
},
{
"Type": "Gantry",
"Name": "Gantry",
"FilePath": "Gantry.stl",
"FileToPartTransformMatrix": [ [1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1] ],
"Color": [255, 255, 255],
"Enabled": true
},
{
"Type": "ImagingPanelLeft",
"Name": "Left imaging panel",
"FilePath": "ImagingPanelLeft.stl",
"FileToPartTransformMatrix": [ [1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1] ],
"Color": [255, 255, 255],
"Enabled": true
},
{
"Type": "ImagingPanelRight",
"Name": "Right imaging panel",
"FilePath": "ImagingPanelRight.stl",
"FileToPartTransformMatrix": [ [1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1] ],
"Color": [255, 255, 255],
"Enabled": true
},
{
"Type": "LinacBody",
"Name": "Linac body",
"FilePath": "LinacBody.stl",
"FileToPartTransformMatrix": [ [1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1] ],
"Color": [255, 255, 255],
"Enabled": true
},
{
"Type": "PatientSupport",
"Name": "Patient support",
"FilePath": "PatientSupport.stl",
"FileToPartTransformMatrix": [ [1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1] ],
"Color": [255, 255, 255],
"Enabled": true
},
{
"Type": "TableTop",
"Name": "Table top",
"FilePath": "TableTop.stl",
"FileToPartTransformMatrix": [ [1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1] ],
"Color": [255, 255, 255],
"Enabled": true
}
]
}

0 comments on commit 8fcd31d

Please sign in to comment.