View source: R/gate-functions.R
| generate.materials.gate | R Documentation | 
Generate the material database for Gate simulations.
  generate.materials.gate(MaterialTable = "./data/Schneider2000MaterialsTable.txt",
  DensityTable = "./data/Schneider2000DensitiesTable.txt",
  DensityTolerance = 0.1,
  OutputMaterialDatabase = "./data/ct-HUmaterials.db",
  OutputHUMaterial = "./data/ct-HU2mat.txt")
| MaterialTable | name of the file containing the conversion of CT number to elemental weight. | 
| DensityTable | name of the file containing the conversion of CT number to density values. | 
| DensityTolerance | the density step for the generation of the material database. | 
| OutputMaterialDatabase | output file name for the material database. | 
| OutputHUMaterial | output file name for the CT number to material conversion. | 
Other GateMaterials: read.materials.gate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.