create.plan.gate: Generate Plan template (Gate)

View source: R/gate-functions.R

create.plan.gateR Documentation

Generate Plan template (Gate)

Description

Generate a default (empty) template of the Plan, to be used with Gate. (documentation for the parameters coming soon...)

Usage

create.plan.gate(name = "gate.simulation", ctFile = NULL,
  ctWater = NULL, ct = NULL,
  materialDatabase = "./data/MyMaterials.db",
  HUToMaterialFile = "data/ct-HU2mat.txt", contours = NULL,
  origin = c(0, 0, 0), waterIonisationPotential = 78,
  computingValues = c("DoseToMaterial[Gy]"), saveEveryNSeconds = 3600,
  size = "auto", position = c(0, 0, 0),
  computingGridVoxelSizes = c(2, 2, 2), beams = NULL,
  beamsFile.gate = "./data/beams.gate", particleType = "proton",
  sourceDescriptionFile = "./data/ProtonSimple.txt",
  totalNumberOfPrimaries = 0, K = NULL)

Value

A plan (plankit.gate object)

See Also

Other PlanGate: create.gate.structure, create.waterbox.gate, file.variable.gate, run.gate.forward, set.ct.gate


planit-group/Rplanit documentation built on Dec. 5, 2022, 11:10 p.m.