Skip to content

Commit

Permalink
ENH: Add JSON descriptor file for Siemens Artiste treatment machine
Browse files Browse the repository at this point in the history
Re #218
  • Loading branch information
cpinter committed Feb 13, 2023
1 parent 5335665 commit 209e1f3
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
set(MACHINE_NAME SiemensArtiste)

set(MACHINE_MODELS
SiemensArtiste.json
Collimator.stl
PatientSupport.stl
FlatPanel.stl
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"TreatmentMachineName": "Siemens Artiste",
"Author": "Eduardo Meilán Bermejo",
"Date":"2018",
"$schema": "https://raw.githubusercontent.com/???/???-schema.json#",
"Part": [
{
"Type": "Collimator",
"Name": "Collimator",
"FilePath": "Collimator.stl",
"FileToRASTransformMatrix": [ [1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1] ],
"Color": [179, 179, 244],
"State": "Active"
},
{
"Type": "Gantry",
"Name": "Gantry",
"FilePath": "Gantry.stl",
"FileToRASTransformMatrix": [ [1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1] ],
"Color": [244, 244, 244],
"State": "Active"
},
{
"Type": "PatientSupport",
"Name": "Patient support",
"FilePath": "PatientSupport.stl",
"FileToRASTransformMatrix": [ [1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1] ],
"Color": [217, 217, 217],
"State": "Active"
},
{
"Type": "TableTop",
"Name": "Table top",
"FilePath": "TableTop.stl",
"FileToRASTransformMatrix": [ [1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1] ],
"Color": [0, 0, 0],
"State": "Active"
}
]
}

0 comments on commit 209e1f3

Please sign in to comment.