Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Varian 3D models #5

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

add Varian 3D models #5

wants to merge 1 commit into from

Conversation

ferdymercury
Copy link
Collaborator

JSON files are missing

@ferdymercury
Copy link
Collaborator Author

One json file example, ...

{
  "TreatmentMachineName": "Varian TrueBeam",
  "Author": "Fernando Hueso-González",
  "Date":"2023",
  "$schema": "https://raw.githubusercontent.com/???/???-schema.json#",
  "Part": [
    {
      "Type": "Collimator",
      "Name": "Collimator",
      "FilePath": "Collimator.stl",
      "FileToRASTransformMatrix": [ [1, 0, 0, 0], [0, 0, -1, 0], [0, -1, 0, 0], [0, 0, 0, 1] ],
      "Color": [179, 179, 244],
      "State": "Disabled"
    },
    {
      "Type": "Gantry",
      "Name": "Gantry",
      "FilePath": "Varian IX Trilogy/RotatingHeads.stl",
      "FileToRASTransformMatrix": [ [1, 0, 0, 0], [0, 0, -1, 0], [0, -1, 0, 0], [0, 0, 0, 1] ],
      "Color": [244, 244, 244],
      "State": "Active"
    },
    {
      "Type": "Body",
      "Name": "Linac body",
      "FilePath": "LinacBody.stl",
      "FileToRASTransformMatrix": [ [1, 0, 0, 0], [0, 0, -1, 0], [0, -1, 0, 0], [0, 0, 0, 1] ],
      "Color": [230, 230, 230],
      "State": "Disabled"
    },
    {
      "Type": "PatientSupport",
      "Name": "Patient support",
      "FilePath": "Hexapod Evo_confidential/CouchBase.stl",
      "FileToRASTransformMatrix": [ [1, 0, 0, 0], [0, 0, -1, 0], [0, -1, 0, 0], [0, 0, 0, 1] ],
      "Color": [217, 217, 217],
      "State": "Active"
    },
    {
      "Type": "TableTop",
      "Name": "Table top",
      "FilePath": "Hexapod Evo_confidential/Hexapod.stl",
      "FileToRASTransformMatrix": [ [1, 0, 0, 0], [0, 0, -1, 0], [0, -1, 0, 0], [0, 0, 0, 1] ],
      "Color": [0, 0, 0],
      "State": "Active"
    }
  ]
}

@ferdymercury
Copy link
Collaborator Author

There are conflicting 3D truebeam models in SlicerRt and here, we should compare them and stick with the most convenient one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant