Computed tomography

From UCL HEP PBT Wiki

Jump to: navigation, search
m
m
Line 1: Line 1:
== Introduction ==
== Introduction ==
-
This tutorial will based on the DICOM GEANT4 example originally developed by Louis Archambault, Luc Beaulieu and Vincent Hubert-Tremblay. In this example a DICOM file is converted to a simple ASCII file, where the Hounsfield numbers are converted to materials and densities so that it can be used by GEANT4. It also creates a GEANT4 geometry based on the DICOM file information using the '''G4PhantomParameterisation'''.  
+
This tutorial will based on the DICOM GEANT4 example originally developed by Louis Archambault, Luc Beaulieu and Vincent Hubert-Tremblay. In this example a list of DICOM files (.dcm) are converted to ASCII files (.g4dcm) and binary (.g4bin) that can be read by GEANT4. Then, these files are used by GEANT4 to construct patient geometry. The geometry is constructed by voxelizing computed tomography data. Four navigation algorithms are available to create the voxel geometry: G4SmartVoxel, G4VNestedParameterisation, G4PhantomParameterisation and G4Replica. In this tutorial we investigate the efficiency of the different algorithms.   
 +
 
 +
A simple monenergetic electron beam is simulated inside the patient. The output of the example is a text file with dose deposited in several voxels.
== Setting up the environment ==
== Setting up the environment ==

Revision as of 13:36, 27 August 2014

Personal tools