Computed tomography

From UCL HEP PBT Wiki

Jump to: navigation, search
m
m
Line 1: Line 1:
-
== Introduction ==
+
== <span style="color:#000080"> Introduction </span> ==
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, G4RegularNavigation and G4Replica. In this tutorial we investigate the different geometry implementations.   
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, G4RegularNavigation and G4Replica. In this tutorial we investigate the different geometry implementations.   
Line 12: Line 12:
This is one of the DICOM files that will be used in this tutorial.
This is one of the DICOM files that will be used in this tutorial.
-
== Setting up the environment ==
+
== <span style="color:#000080"> Setting up the environment </span> ==
; Connect to HEP cluster and create folder DICOMFolder in your area
; Connect to HEP cluster and create folder DICOMFolder in your area
Line 109: Line 109:
This is a [http://geant4.web.cern.ch/geant4/UserDocumentation/Doxygen/examples_doc/html/ExampleDICOM.html link] to the official DICOM explanation notes. We recommend to read it before proceeding with this tutorial.
This is a [http://geant4.web.cern.ch/geant4/UserDocumentation/Doxygen/examples_doc/html/ExampleDICOM.html link] to the official DICOM explanation notes. We recommend to read it before proceeding with this tutorial.
 +
 +
=== <span style="color:#000080"> Text files </span> ==
 +
 +
=== <span style="color:#000080"> Visualisation </span> ==

Revision as of 15:28, 28 August 2014

Personal tools