Helical Tomotherapy Qualitative dose Delivery Verification

Size: px
Start display at page:

Download "Helical Tomotherapy Qualitative dose Delivery Verification"

Transcription

1 University of Tennessee, Knoxville Trace: Tennessee Research and Creative Exchange University of Tennessee Honors Thesis Projects University of Tennessee Honors Program Helical Tomotherapy Qualitative dose Delivery Verification Bart Daniel Lynch University of Tennessee - Knoxville Follow this and additional works at: Recommended Citation Lynch, Bart Daniel, "Helical Tomotherapy Qualitative dose Delivery Verification" (2003). University of Tennessee Honors Thesis Projects. This is brought to you for free and open access by the University of Tennessee Honors Program at Trace: Tennessee Research and Creative Exchange. It has been accepted for inclusion in University of Tennessee Honors Thesis Projects by an authorized administrator of Trace: Tennessee Research and Creative Exchange. For more information, please contact trace@utk.edu.

2 UNIVERSITY HONORS PROGRAM SENIOR PROJECT - APPROVAL Name: Bart D. Lynch College: College of Engineering Department: Nuclear Engineering Faculty Mentor: Laurence Miller PROJECT TITLE: Helical Tomotherapy Qualitative Dose Delivery Verification I have reviewed this completed senior honors thesis with this student and certify that it is a project commensurate with honors level undergraduate research in this field. Signed: ~1J'~,~?J?t,ttl,Faculty Mentor l/. v Date: /.-77lt~!;~;Z C{):2 Comments (Optional):

3 UNIVERSITY HONORS PROGRAM SENIOR PROJECT - PROSPECTUS Name: Bart D. Lynch College: College of Engineering Department: Nuclear Engineering Faculty Mentor: Laurence Miller PROJECT TITLE: Helical Tomotherapy Qualitative Dose Delivery Verification PROJECT DESCRIPTION (Attach not more than one additional page, if necessary): Imaging has been used in radiation therapy to help minimize dose to nonnal tissue while treating a tumor volume. Radiographic film planes are successfully used to measure fluence distributions for IMRT and static beam therapies. However, the advent ofhelical tomotherapy treatments necessitates the institution ofsome sort of cylindrical phantom for comparing fluence distributions. An Archimedean spiral machined into a block ofsolid water can accept film, but some sort ofverification needs to take place between a film study and the output from the treatment-planning computer. Matlab was used to write a program capable of extracting a spiral from a 3D matrix of data. The code was verified by first inserting an image, and then extracting it using a second program. The two images were compared visually and by an image difference and showed good agreement. Projected completion date: May 8, 2003 Signed: I have discussed this research proposal with this student and agree to serve in an advisory role, as faculty mentor, and to certify the acceptability of the completed project. ~ ~J '()(P Signed: ~4~,;z /??t<~~l, Faculty Mentor

4 Helical Tomotherapy Qualitative Dose Delivery Verification Bart Lynch Mentors Dr. Stephen Mahan Dr. Lawrence Miller Submitted to: University of Tennessee Honors Program May 8, 2003

5 ACKNOWLEDGEMENTS I would like to thank Dr. Stephen Mahan ofthe Thompson Cancer Survival Clinic for his help and patience as I completed this project. Furthermore, I would like to thank Dr. Laurence Miller of the UT Department ofnuclear Engineering for serving as my faculty mentor. ABSTRACT Imaging has been used in radiation therapy to help minimize dose to normal tissue while treating a tumor volume. Radiographic film planes are successfully used to measure fluence distributions for IMRT and static beam therapies. However, the advent ofhelical tomotherapy treatments necessitates the institution ofsome sort of cylindrical phantom for comparing fluence distributions. An Archimedean spiral machined into a block ofsolid water can accept film, but some sort of verification needs to take place between a film study and the output from the treatment-planning computer. Matlab was used to write a program capable of extracting a spiral from a 3D matrix of data. The code was verified by first inserting an image, and then extracting it using a second program. The two images were compared visually and by an image difference and showed good agreement.

6 I INTRODUCTION The use of images in radiation therapy is an accepted practice in cancer treatment planning and dose delivery verification. Image guided therapy helps to improve the accuracy ofradiotherapy procedures, in which the ultimate goal is to treat a tumor volume while sparing normal tissue as much as possible. Physicists today use planes of radiographic film to verify fluence distributions of particles (photons or electrons) as they pass through a medium (typically solid water). While these are acceptable for traditional radiotherapy techniques including static beam therapy and intensity modulated radiotherapy, helical tomotherapy presents a unique challenge because it does not involve static radiation beams. In a typical tomotherapy treatment, one would expect the machine gantry (and thus the radiation beam itself) to rotate completely around the patient or target. Researchers at the University of Wisconsin have developed a means by which film can be inserted into a cylindrical solid water phantom to measure the energy fluence associated with a tomotherapy treatment. In implementation of this quality assurance procedure, one must still compare the film with something, typically output from the treatment-planning computer. The goal of this project was to write a Matlab program which was capable of extracting a particular plane of data from a three dimensional matrix of data. Verification of the program was accomplished by inserting an image into a data matrix and then extracting it using the same conditions used to insert it. Both visual and image difference analysis were performed to verify success of the program.

7 II MATERIALS AND METHODS Archimedean Spiral An Archimedean spiral is defined by a point moving with constant velocity v along a rod that rotates with a constant angular velocity mabout one ofits end points.. Mathematically, this can be written in polar coordinates as: p=ale>1 where p == the radius ofthe spiral E> == angle subtended by the spiral a = vim The time dependence of a is eliminated because both the point and the rod begin and end moving at the same time. Thus, a is the ratio between the rod length r and the total angle subtended by the spiral. The radius ofthe spiral is directly proportional to the angle subtended by the spiral; as the angle ofthe spiral increases, so does the radius. In tenus of rectangular coordinates, the spiral can be parameterized as: x(e» = a E> cos(e» y(e» = a E> sin(e» The spiral is shown in Figure 1.

8 Fig. 1. An Archimedean spiral generated by Matlab is shown. The image was generated as part ofthe code validity / verification process. Cylindrical Sold Water Phantom Tomotherapy Inc. provided Thompson Cancer Survival Center with a cylindrical solid water phantom that had been machined to create an Archimedean spiral cavity for placement of radiographic film. The arc length ofthe cavity is approximately 42 cm while the total angle subtended by the spiral is approximately radians. The effective spiral radius is 7 cm. Matlab Code Matlab was used to extract the curve from a rectangular three-dimensional matrix of data, based on the number ofimage slices, slice width and height, and the particular geometry ofthe spiral. The code is found in Appendix A. Because both the start and stop points and angles of the spiral were known (from the machined cylinder itself), the program calculated an (x,y) ordered pair at equal distances along the spiral from a given value of Qand a. A two-dimensional grayscale image was used to qualitatively test the ability ofthe code to remove the correct information from the cube. A grayscale image

9 was chosen because images from the patient planning system are also grayscale. However, one could associate a color map with the image if one so chose. The program converts each image into a representative matrix, with each image pixel having a grayscale value between 0 and 255. The image data was inserted into a 3D zero matrix by the program, while a second program extracted the data using the same conditions used to insert the image. The extracted data was then converted back into an image for visual analysis. III RESULTS Fig. 2. The image on the left is the original grayscale image while the image on the right is the extracted data. Cause of image negation is unknown. The figures above show the image both before insertion and after extraction from the data matrix. Any size discrepancy that exists between the above images is a result of formatting for the paper and is not reflective of an actual size difference between the two

10 tmages. It is uncertain why the program converted the extracted data into a negative image of the original. Furthermore, blocking in the horse's forelegs and underbelly are probably attributed to a grayscale saturation limit that the original image exceeds. An image difference was calculated, and the results are shown in the figure below (Fig 3). Fig. 3. Difference image computed between the original and extracted images. IV DISCUSSION The extracted image shows good visual agreement with the original image. While the image has been converted to a negative, further analysis showed that it seems to be a result ofthe image writing function and not a property ofthe extracted image data themselves. Furthermore, the difference image only shows disagreement in areas of image saturation.

11 V CONCLUSIONS Matlab can be used successfully in extracting a particular plane ofdata from a three dimensional matrix ofdata. Because tomotherapy utilizes a helical treatment beam, it is necessary to compare a helical plane ofdata with helical information from the treatment planning computers. Thus, initial steps involved in the process would be to verify that programming software can be used to accurately extract information in a particular way. Ultimately, a user would input image slices from a treatment planning system, and the code would generate a 2D spiral from the 3D matrix data. The 2D image could then be compared with a film study to verify the accuracy of the planning machine.

12 REFERENCES Paliwal B, Tome W, Richardson S, Mackie T. (2000). A spiral phantom for IMRT and tomotherapy treatment delivery verification. Med Phys 27(11), Mackie T.R. et al. (2002). Image guidance for precise conformal radiotherapy. International Journal ofradiation Oncology*Biology*Physics 56(1), Chang J, Magera G, Chui C, Ling C, Lutz W. (1999) Relative profile and dose verification of intensity-modulated radiation therapy. International Journal of Radiation Oncology*Biology*Physics 47(1),

13 APPENDIX A Matlab Code %% SPlRALBUILDER.M clear all; %%% Curve Creation %%% Define variables r 7; em min ; % angle at which begins (pi/2) phi max 12.26; % angle subtended by image_length = 450; % s width = 315; pixels a = r/(phi_max/(2 ) ) ; % ratio btwn v and omega % Generate block, number string blockl = zeros(256,256,image width); spirall = imread('c:\my Documents\Bart\Honors project\horse2.jpg', 'jpg'); phi = phi min: ((phi_max-phi min)/(image length-i)) : maxi - x = round(a * * cos (phi) + 256/2); x coord rounded to nearest integer y = round(a * phi * sin (phi) + 256/2) ; % y coord rounded to nearest for z = l:image_width for i 1: length block1(x(i),y(i),z) end end spiral1(i,z); imwrite(block1(:, :,1), 'C:\My Documents\Bart\Honors ect\spiralhorsel.jpg', 'jp9')i

14 %%% SPIRALEXTRACTOR.M % Curve Extraction block2 = blockl; = zeros(image_length,image_width); % Extract curve for z = l:image width for i = end end l:image_length (i,z) = block2(x(i),y(i),z); imwrite(,'c:\my Documents\Bart\Honors ect\rehorse.jpg', 'jpg');

Evaluation of 3D Gamma index calculation implemented in two commercial dosimetry systems

Evaluation of 3D Gamma index calculation implemented in two commercial dosimetry systems University of Wollongong Research Online Faculty of Engineering and Information Sciences - Papers: Part A Faculty of Engineering and Information Sciences 2015 Evaluation of 3D Gamma index calculation implemented

More information

Investigation of tilted dose kernels for portal dose prediction in a-si electronic portal imagers

Investigation of tilted dose kernels for portal dose prediction in a-si electronic portal imagers Investigation of tilted dose kernels for portal dose prediction in a-si electronic portal imagers Krista Chytyk MSc student Supervisor: Dr. Boyd McCurdy Introduction The objective of cancer radiotherapy

More information

Volumetric Modulated Arc Therapy - Clinical Implementation. Outline. Acknowledgement. History of VMAT. IMAT Basics of IMAT

Volumetric Modulated Arc Therapy - Clinical Implementation. Outline. Acknowledgement. History of VMAT. IMAT Basics of IMAT Volumetric Modulated Arc Therapy - Clinical Implementation Daliang Cao, PhD, DABR Swedish Cancer Institute, Seattle, WA Acknowledgement David M. Shepard, Ph.D. Muhammad K. N. Afghan, Ph.D. Fan Chen, Ph.D.

More information

THE WIRELESS PHANTOM PERFORM ACCURATE PATIENT QA IN LESS TIME THAN EVER!

THE WIRELESS PHANTOM PERFORM ACCURATE PATIENT QA IN LESS TIME THAN EVER! THE WIRELESS PHANTOM PERFORM ACCURATE PATIENT QA IN LESS TIME THAN EVER! Confidence in complex treatments Modern radiation therapy uses complex plans with techniques such as IMRT, VMAT and Tomotherapy.

More information

Tomotherapy Physics. Machine Twinning and Quality Assurance. Emilie Soisson, MS

Tomotherapy Physics. Machine Twinning and Quality Assurance. Emilie Soisson, MS Tomotherapy Physics Machine Twinning and Quality Assurance Emilie Soisson, MS Tomotherapy at UW- Madison Treating for nearly 5 years Up to ~45 patients a day on 2 tomo units Units twinned to facilitate

More information

GPU applications in Cancer Radiation Therapy at UCSD. Steve Jiang, UCSD Radiation Oncology Amit Majumdar, SDSC Dongju (DJ) Choi, SDSC

GPU applications in Cancer Radiation Therapy at UCSD. Steve Jiang, UCSD Radiation Oncology Amit Majumdar, SDSC Dongju (DJ) Choi, SDSC GPU applications in Cancer Radiation Therapy at UCSD Steve Jiang, UCSD Radiation Oncology Amit Majumdar, SDSC Dongju (DJ) Choi, SDSC Conventional Radiotherapy SIMULATION: Construciton, Dij Days PLANNING:

More information

Dose Calculation and Optimization Algorithms: A Clinical Perspective

Dose Calculation and Optimization Algorithms: A Clinical Perspective Dose Calculation and Optimization Algorithms: A Clinical Perspective Daryl P. Nazareth, PhD Roswell Park Cancer Institute, Buffalo, NY T. Rock Mackie, PhD University of Wisconsin-Madison David Shepard,

More information

A DOSIMETRIC MODEL FOR SMALL-FIELD ELECTRON RADIATION THERAPY A CREATIVE PROJECT (3 SEMESTER HOURS) SUBMITTED TO THE GRADUATE SCHOOL

A DOSIMETRIC MODEL FOR SMALL-FIELD ELECTRON RADIATION THERAPY A CREATIVE PROJECT (3 SEMESTER HOURS) SUBMITTED TO THE GRADUATE SCHOOL A DOSIMETRIC MODEL FOR SMALL-FIELD ELECTRON RADIATION THERAPY A CREATIVE PROJECT (3 SEMESTER HOURS) SUBMITTED TO THE GRADUATE SCHOOL IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE MASTER OF

More information

IMRT site-specific procedure: Prostate (CHHiP)

IMRT site-specific procedure: Prostate (CHHiP) IMRT site-specific procedure: Prostate (CHHiP) Scope: To provide site specific instructions for the planning of CHHIP IMRT patients Responsibilities: Radiotherapy Physicists, HPC Registered Therapy Radiographers

More information

The MSKCC Approach to IMRT. Outline

The MSKCC Approach to IMRT. Outline The MSKCC Approach to IMRT Spiridon V. Spirou, PhD Department of Medical Physics Memorial Sloan-Kettering Cancer Center New York, NY Outline Optimization Field splitting Delivery Independent verification

More information

The team. Disclosures. Ultrasound Guidance During Radiation Delivery: Confronting the Treatment Interference Challenge.

The team. Disclosures. Ultrasound Guidance During Radiation Delivery: Confronting the Treatment Interference Challenge. Ultrasound Guidance During Radiation Delivery: Confronting the Treatment Interference Challenge Dimitre Hristov Radiation Oncology Stanford University The team Renhui Gong 1 Magdalena Bazalova-Carter 1

More information

Implementation of the EGSnrc / BEAMnrc Monte Carlo code - Application to medical accelerator SATURNE43

Implementation of the EGSnrc / BEAMnrc Monte Carlo code - Application to medical accelerator SATURNE43 International Journal of Innovation and Applied Studies ISSN 2028-9324 Vol. 6 No. 3 July 2014, pp. 635-641 2014 Innovative Space of Scientific Research Journals http://www.ijias.issr-journals.org/ Implementation

More information

TomoTherapy Related Projects. An image guidance alternative on Tomo Low dose MVCT reconstruction Patient Quality Assurance using Sinogram

TomoTherapy Related Projects. An image guidance alternative on Tomo Low dose MVCT reconstruction Patient Quality Assurance using Sinogram TomoTherapy Related Projects An image guidance alternative on Tomo Low dose MVCT reconstruction Patient Quality Assurance using Sinogram Development of A Novel Image Guidance Alternative for Patient Localization

More information

Quality assurance of a helical tomotherapy machine

Quality assurance of a helical tomotherapy machine INSTITUTE OF PHYSICS PUBLISHING Phys. Med. Biol. 49 (2004) 2933 2953 PHYSICS IN MEDICINE AND BIOLOGY PII: S0031-9155(04)71892-8 Quality assurance of a helical tomotherapy machine J D Fenwick 1,2,WATomé

More information

FAST, precise. qa software

FAST, precise. qa software qa software FAST, precise Software for accurate and independent verification of monitor units, dose, and overall validity of standard, IMRT, rotational or brachytherapy plans no film, no phantoms, no linac

More information

IAEA-TECDOC-1583 Commissioning of Radiotherapy Treatment Planning Systems: Testing for Typical External Beam Treatment Techniques

IAEA-TECDOC-1583 Commissioning of Radiotherapy Treatment Planning Systems: Testing for Typical External Beam Treatment Techniques IAEA-TECDOC-1583 Commissioning of Radiotherapy Treatment Planning Systems: Testing for Typical External Beam Treatment Techniques Report of the Coordinated Research Project (CRP) on Development of Procedures

More information

Michael Speiser, Ph.D.

Michael Speiser, Ph.D. IMPROVED CT-BASED VOXEL PHANTOM GENERATION FOR MCNP MONTE CARLO Michael Speiser, Ph.D. Department of Radiation Oncology UT Southwestern Medical Center Dallas, TX September 1 st, 2012 CMPWG Workshop Medical

More information

Measurement of depth-dose of linear accelerator and simulation by use of Geant4 computer code

Measurement of depth-dose of linear accelerator and simulation by use of Geant4 computer code reports of practical oncology and radiotherapy 1 5 (2 0 1 0) 64 68 available at www.sciencedirect.com journal homepage: http://www.rpor.eu/ Original article Measurement of depth-dose of linear accelerator

More information

IMSURE QA SOFTWARE FAST, PRECISE QA SOFTWARE

IMSURE QA SOFTWARE FAST, PRECISE QA SOFTWARE QA SOFTWARE FAST, PRECISE Software for accurate and independent verification of monitor units, dose, and overall validity of standard, IMRT, VMAT, SRS and brachytherapy plans no film, no phantoms, no linac

More information

Photon beam dose distributions in 2D

Photon beam dose distributions in 2D Photon beam dose distributions in 2D Sastry Vedam PhD DABR Introduction to Medical Physics III: Therapy Spring 2014 Acknowledgments! Narayan Sahoo PhD! Richard G Lane (Late) PhD 1 Overview! Evaluation

More information

Independent monitor unit calculation for intensity modulated radiotherapy using the MIMiC multileaf collimator

Independent monitor unit calculation for intensity modulated radiotherapy using the MIMiC multileaf collimator Independent monitor unit calculation for intensity modulated radiotherapy using the MIMiC multileaf collimator Zhe Chen Department of Therapeutic Radiology, Yale University School of Medicine, New Haven,

More information

Basics of treatment planning II

Basics of treatment planning II Basics of treatment planning II Sastry Vedam PhD DABR Introduction to Medical Physics III: Therapy Spring 2015 Dose calculation algorithms! Correction based! Model based 1 Dose calculation algorithms!

More information

MapCHECK 2 & 3DVH. The Gold Standard for 2D Arrays

MapCHECK 2 & 3DVH. The Gold Standard for 2D Arrays MapCHECK 2 & 3DVH The Gold Standard for 2D Arrays Your Most Valuable QA and Dosimetry Tools THE GOLD STANDARD FOR 2D ARRAYS The MapCHECK 2 is the world s most selected independent 2D measurement array.

More information

C a t p h a n / T h e P h a n t o m L a b o r a t o r y

C a t p h a n / T h e P h a n t o m L a b o r a t o r y C a t p h a n 5 0 0 / 6 0 0 T h e P h a n t o m L a b o r a t o r y C a t p h a n 5 0 0 / 6 0 0 Internationally recognized for measuring the maximum obtainable performance of axial, spiral and multi-slice

More information

PyCMSXiO: an external interface to script treatment plans for the Elekta CMS XiO treatment planning system

PyCMSXiO: an external interface to script treatment plans for the Elekta CMS XiO treatment planning system Journal of Physics: Conference Series OPEN ACCESS PyCMSXiO: an external interface to script treatment plans for the Elekta CMS XiO treatment planning system To cite this article: Aitang Xing et al 2014

More information

Dose Distributions. Purpose. Isodose distributions. To familiarize the resident with dose distributions and the factors that affect them

Dose Distributions. Purpose. Isodose distributions. To familiarize the resident with dose distributions and the factors that affect them Dose Distributions George Starkschall, Ph.D. Department of Radiation Physics U.T. M.D. Anderson Cancer Center Purpose To familiarize the resident with dose distributions and the factors that affect them

More information

On compensator design for photon beam intensity-modulated conformal therapy

On compensator design for photon beam intensity-modulated conformal therapy On compensator design for photon beam intensity-modulated conformal therapy Steve B. Jiang a) and Komanduri M. Ayyangar Department of Radiation Therapy, Medical College of Ohio, 3000 Arlington Avenue,

More information

Monte Carlo methods in proton beam radiation therapy. Harald Paganetti

Monte Carlo methods in proton beam radiation therapy. Harald Paganetti Monte Carlo methods in proton beam radiation therapy Harald Paganetti Introduction: Proton Physics Electromagnetic energy loss of protons Distal distribution Dose [%] 120 100 80 60 40 p e p Ionization

More information

MapCHECK 2 & 3DVH The Gold Standard for 2D Arrays

MapCHECK 2 & 3DVH The Gold Standard for 2D Arrays MapCHECK 2 & 3DVH The Gold Standard for 2D Arrays Your Most Valuable QA and Dosimetry Tools THE GOLD STANDARD FOR 2D ARRAYS The MapCHECK 2 is the world s most selected independent 2D measurement array.

More information

Calibration and quality assurance for rounded leaf-end MLC systems

Calibration and quality assurance for rounded leaf-end MLC systems Calibration and quality assurance for rounded leaf-end MLC systems Maria N. Graves, a) Antoinette V. Thompson, b) Mary K. Martel, Daniel L. McShan, and Benedick A. Fraass Department of Radiation Oncology,

More information

Delta 4 PT. True Volumetric Pre-treatment Verification. The difference is clear

Delta 4 PT. True Volumetric Pre-treatment Verification. The difference is clear Delta 4 PT True Volumetric Pre-treatment Verification The difference is clear ScandiDos innovators in advanced volumetric dosimetry solutions ScandiDos ScandiDos is the innovative company that introduced

More information

Code of practice: Create a verification plan for OCTAVIUS Detector 729 in Philips Pinnacle³

Code of practice: Create a verification plan for OCTAVIUS Detector 729 in Philips Pinnacle³ Technical Note D655.208.03/00 Code of practice: Create a verification plan for OCTAVIUS Detector 729 in There are basically three ways to carry out verification of IMRT fluences. For all options, it is

More information

ADVANCING CANCER TREATMENT

ADVANCING CANCER TREATMENT The RayPlan treatment planning system makes proven, innovative RayStation technology accessible to clinics that need a cost-effective and streamlined solution. Fast, efficient and straightforward to use,

More information

An Automated Image-based Method for Multi-Leaf Collimator Positioning Verification in Intensity Modulated Radiation Therapy

An Automated Image-based Method for Multi-Leaf Collimator Positioning Verification in Intensity Modulated Radiation Therapy An Automated Image-based Method for Multi-Leaf Collimator Positioning Verification in Intensity Modulated Radiation Therapy Chenyang Xu 1, Siemens Corporate Research, Inc., Princeton, NJ, USA Xiaolei Huang,

More information

Math 11 Fall 2016 Section 1 Monday, October 17, 2016

Math 11 Fall 2016 Section 1 Monday, October 17, 2016 Math 11 Fall 16 Section 1 Monday, October 17, 16 First, some important points from the last class: f(x, y, z) dv, the integral (with respect to volume) of f over the three-dimensional region, is a triple

More information

A software tool for the quantitative evaluation of 3D dose calculation algorithms

A software tool for the quantitative evaluation of 3D dose calculation algorithms A software tool for the quantitative evaluation of 3D dose calculation algorithms William B. Harms, Sr., Daniel A. Low, John W. Wong, a) and James A. Purdy Washington University School of Medicine, Mallinckrodt

More information

A method for determining multileaf collimator transmission and scatter for dynamic intensity modulated radiotherapy a

A method for determining multileaf collimator transmission and scatter for dynamic intensity modulated radiotherapy a A method for determining multileaf collimator transmission and scatter for dynamic intensity modulated radiotherapy a Mark R. Arnfield, b) Jeffrey V. Siebers, Jong O. Kim, Qiuwen Wu, Paul J. Keall, and

More information

Effects of the difference in tube voltage of the CT scanner on. dose calculation

Effects of the difference in tube voltage of the CT scanner on. dose calculation Effects of the difference in tube voltage of the CT scanner on dose calculation Dong Joo Rhee, Sung-woo Kim, Dong Hyeok Jeong Medical and Radiological Physics Laboratory, Dongnam Institute of Radiological

More information

Dynalog data tool for IMRT plan verification

Dynalog data tool for IMRT plan verification Dynalog data tool for IMRT plan verification Poster No.: R-0051 Congress: 2014 CSM Type: Scientific Exhibit Authors: V. Sashin; FOOTSCRAY/AU Keywords: Computer applications, Radiation physics, Experimental,

More information

Chapter 9 Field Shaping: Scanning Beam

Chapter 9 Field Shaping: Scanning Beam Chapter 9 Field Shaping: Scanning Beam X. Ronald Zhu, Ph.D. Department of Radiation Physics M. D. Anderson Cancer Center Houston, TX June 14-18, 2015 AAPM - Summer School 2015, Colorado Spring Acknowledgement

More information

Data. ModuLeaf Mini Multileaf Collimator Precision Beam Shaping for Advanced Radiotherapy

Data. ModuLeaf Mini Multileaf Collimator Precision Beam Shaping for Advanced Radiotherapy Data ModuLeaf Mini Multileaf Collimator Precision Beam Shaping for Advanced Radiotherapy ModuLeaf Mini Multileaf Collimator Precision Beam Shaping for Advanced Radiotherapy The ModuLeaf Mini Multileaf

More information

Multi-Purpose Body Phantom

Multi-Purpose Body Phantom Multi-Purpose Body Phantom Legal & Copyright Notice Information in this manual is subject to change without notice. Permission is granted to Owners of the to reproduce the Worksheets included in this manual

More information

THE SIMULATION OF THE 4 MV VARIAN LINAC WITH EXPERIMENTAL VALIDATION

THE SIMULATION OF THE 4 MV VARIAN LINAC WITH EXPERIMENTAL VALIDATION 2007 International Nuclear Atlantic Conference - INAC 2007 Santos, SP, Brazil, September 30 to October 5, 2007 ASSOCIAÇÃO BRASILEIRA DE ENERGIA NUCLEAR - ABEN ISBN: 978-85-99141-02-1 THE SIMULATION OF

More information

New Technology in Radiation Oncology. James E. Gaiser, Ph.D. DABR Physics and Computer Planning Charlotte, NC

New Technology in Radiation Oncology. James E. Gaiser, Ph.D. DABR Physics and Computer Planning Charlotte, NC New Technology in Radiation Oncology James E. Gaiser, Ph.D. DABR Physics and Computer Planning Charlotte, NC Technology s s everywhere From the imaging chain To the planning system To the linac To QA..it..it

More information

ICARO Vienna April Implementing 3D conformal radiotherapy and IMRT in clinical practice: Recommendations of IAEA- TECDOC-1588

ICARO Vienna April Implementing 3D conformal radiotherapy and IMRT in clinical practice: Recommendations of IAEA- TECDOC-1588 ICARO Vienna April 27-29 2009 Implementing 3D conformal radiotherapy and IMRT in clinical practice: Recommendations of IAEA- TECDOC-1588 M. Saiful Huq, Ph.D., Professor and Director, Dept. of Radiation

More information

gpmc: GPU-Based Monte Carlo Dose Calculation for Proton Radiotherapy Xun Jia 8/7/2013

gpmc: GPU-Based Monte Carlo Dose Calculation for Proton Radiotherapy Xun Jia 8/7/2013 gpmc: GPU-Based Monte Carlo Dose Calculation for Proton Radiotherapy Xun Jia xunjia@ucsd.edu 8/7/2013 gpmc project Proton therapy dose calculation Pencil beam method Monte Carlo method gpmc project Started

More information

Interactive Treatment Planning in Cancer Radiotherapy

Interactive Treatment Planning in Cancer Radiotherapy Interactive Treatment Planning in Cancer Radiotherapy Mohammad Shakourifar Giulio Trigila Pooyan Shirvani Ghomi Abraham Abebe Sarah Couzens Laura Noreña Wenling Shang June 29, 212 1 Introduction Intensity

More information

A novel method to correct for pitch and yaw patient setup errors in helical tomotherapy

A novel method to correct for pitch and yaw patient setup errors in helical tomotherapy A novel method to correct for pitch and yaw patient setup errors in helical tomotherapy Sarah A. Boswell a Department of Medical Physics, University of Wisconsin, Madison, Wisconsin 53706 Robert Jeraj

More information

3DVH : SUN NUCLEAR On The Accuracy Of The corporation Planned Dose Perturbation Algorithm Your Most Valuable QA and Dosimetry Tools *Patent Pending

3DVH : SUN NUCLEAR On The Accuracy Of The corporation Planned Dose Perturbation Algorithm Your Most Valuable QA and Dosimetry Tools *Patent Pending 3DVH : On The Accuracy Of The Planned Dose Perturbation Algorithm SUN NUCLEAR corporation Your Most Valuable QA and Dosimetry Tools *Patent Pending introduction State-of-the-art IMRT QA of static gantry

More information

Medical Dosimetry 37 (2012) Medical Dosimetry. journal homepage:

Medical Dosimetry 37 (2012) Medical Dosimetry. journal homepage: Medical Dosimetry 37 (2012) 53-60 Medical Dosimetry journal homepage: www.meddos.org Characterization of responses of 2d array seven29 detector and its combined use with octavius phantom for the patient-specific

More information

Analysis of Radiation Transport through Multileaf Collimators Using BEAMnrc Code

Analysis of Radiation Transport through Multileaf Collimators Using BEAMnrc Code American Journal of Biomedical Engineering 216, 6(4): 124-131 DOI: 1.5923/j.ajbe.21664.3 Analysis of Radiation Transport through Multileaf Collimators Using BEAMnrc Code Ankit Kajaria 1,*, Neeraj Sharma

More information

DAILY LINAC QA BEAM QA

DAILY LINAC QA BEAM QA BEAM QA DAILY LINAC QA The QA BeamChecker Plus allows for fast, reliable, and uncomplicated daily QA of Varian, Elekta, Siemens, and Accuray Treatment Machines. The QA BeamChecker Plus is specifically

More information

Three-dimensional dosimetry of TomoTherapy by MRI-based polymer gel technique

Three-dimensional dosimetry of TomoTherapy by MRI-based polymer gel technique JOURNAL OF APPLIED CLINICAL MEDICAL PHYSICS, VOLUME 12, NUMBER 1, WINTER 2011 Three-dimensional dosimetry of TomoTherapy by MRI-based polymer gel technique Yoichi Watanabe, 1a N. Gopishankar 2 Department

More information

Comparison of absorbed dose distribution 10 MV photon beam on water phantom using Monte Carlo method and Analytical Anisotropic Algorithm

Comparison of absorbed dose distribution 10 MV photon beam on water phantom using Monte Carlo method and Analytical Anisotropic Algorithm Journal of Physics: Conference Series PAPER OPEN ACCESS Comparison of absorbed dose distribution 1 MV photon beam on water phantom using Monte Carlo method and Analytical Anisotropic Algorithm To cite

More information

A secondary monitor unit calculation algorithm using superposition of symmetric, open fields for IMRT plans

A secondary monitor unit calculation algorithm using superposition of symmetric, open fields for IMRT plans Louisiana State University LSU Digital Commons LSU Master's Theses Graduate School 2013 A secondary monitor unit calculation algorithm using superposition of symmetric, open fields for IMRT plans Adam

More information

Assesing multileaf collimator effect on the build-up region using Monte Carlo method

Assesing multileaf collimator effect on the build-up region using Monte Carlo method Pol J Med Phys Eng. 2008;14(3):163-182. PL ISSN 1425-4689 doi: 10.2478/v10013-008-0014-0 website: http://www.pjmpe.waw.pl M. Zarza Moreno 1, 2, N. Teixeira 3, 4, A. P. Jesus 1, 2, G. Mora 1 Assesing multileaf

More information

ADVANCING CANCER TREATMENT

ADVANCING CANCER TREATMENT 3 ADVANCING CANCER TREATMENT SUPPORTING CLINICS WORLDWIDE RaySearch is advancing cancer treatment through pioneering software. We believe software has un limited potential, and that it is now the driving

More information

Four-Dimensional MVCT Imaging and Spatial Translation of Helical Tomotherapy Dose Distributions Using Sinogram Modification

Four-Dimensional MVCT Imaging and Spatial Translation of Helical Tomotherapy Dose Distributions Using Sinogram Modification University of Tennessee, Knoxville Trace: Tennessee Research and Creative Exchange Masters Theses Graduate School 12-2006 Four-Dimensional MVCT Imaging and Spatial Translation of Helical Tomotherapy Dose

More information

Monaco VMAT. The Next Generation in IMRT/VMAT Planning. Paulo Mathias Customer Support TPS Application

Monaco VMAT. The Next Generation in IMRT/VMAT Planning. Paulo Mathias Customer Support TPS Application Monaco VMAT The Next Generation in IMRT/VMAT Planning Paulo Mathias Customer Support TPS Application 11.05.2011 Background What is Monaco? Advanced IMRT/VMAT treatment planning system from Elekta Software

More information

Facility Questionnaire PART I (General Information for 3DCRT and IMRT)

Facility Questionnaire PART I (General Information for 3DCRT and IMRT) Facility Questionnaire PART I (General Information for 3DCRT and IMRT) The following items are required before you can enter cases on any RTOG protocol that requires data submission to the Image-Guided

More information

Design and performance characteristics of a Cone Beam CT system for Leksell Gamma Knife Icon

Design and performance characteristics of a Cone Beam CT system for Leksell Gamma Knife Icon Design and performance characteristics of a Cone Beam CT system for Leksell Gamma Knife Icon WHITE PAPER Introduction Introducing an image guidance system based on Cone Beam CT (CBCT) and a mask immobilization

More information

Determination of rotations in three dimensions using two-dimensional portal image registration

Determination of rotations in three dimensions using two-dimensional portal image registration Determination of rotations in three dimensions using two-dimensional portal image registration Anthony E. Lujan, a) James M. Balter, and Randall K. Ten Haken Department of Nuclear Engineering and Radiological

More information

Development a simple point source model for Elekta SL-25 linear accelerator using MCNP4C Monte Carlo code

Development a simple point source model for Elekta SL-25 linear accelerator using MCNP4C Monte Carlo code Iran. J. Radiat. Res., 2006; 4 (1): 7-14 Development a simple point source model for Elekta SL-25 linear accelerator using MCNP4C Monte Carlo code. Mesbahi * Department of Medical Physics, Medical School,

More information

Treatment Planning Optimization for VMAT, Tomotherapy and Cyberknife

Treatment Planning Optimization for VMAT, Tomotherapy and Cyberknife Treatment Planning Optimization for VMAT, Tomotherapy and Cyberknife Kerem Akartunalı Department of Management Science Strathclyde Business School Joint work with: Vicky Mak-Hau and Thu Tran 14 July 2015

More information

Clinical implementation of photon beam flatness measurements to verify beam quality

Clinical implementation of photon beam flatness measurements to verify beam quality JOURNAL OF APPLIED CLINICAL MEDICAL PHYSICS, VOLUME 16, NUMBER 6, 2015 Clinical implementation of photon beam flatness measurements to verify beam quality Simon Goodall, a Nicholas Harding, Jake Simpson,

More information

Digital Imaging and Communications in Medicine (DICOM) Supplement 176: Second Generation Radiotherapy. Additional RT Treatment Modalities

Digital Imaging and Communications in Medicine (DICOM) Supplement 176: Second Generation Radiotherapy. Additional RT Treatment Modalities sup17_13_newrtradiations.doc: Sup 17: nd Generation RT Additional RT Treatment Modalities Page 1 Digital Imaging and Communications in Medicine (DICOM) Supplement 17: Second Generation Radiotherapy Additional

More information

4 Measurement. and Analysis. 4.1 Overview and Underlying Principles 4-1

4 Measurement. and Analysis. 4.1 Overview and Underlying Principles 4-1 Measurement and Analysis.1 Overview and Underlying Principles.1.1 Introductory Remarks The physics and setup for film dosimetry have been described in the previous chapters. The measurement setup for IMRT

More information

An experimental investigation on the effect of beam angle optimization on the reduction of beam numbers in IMRT of head and neck tumors

An experimental investigation on the effect of beam angle optimization on the reduction of beam numbers in IMRT of head and neck tumors JOURNAL OF APPLIED CLINICAL MEDICAL PHYSICS, VOLUME 13, NUMBER 4, 2012 An experimental investigation on the effect of beam angle optimization on the reduction of beam numbers in IMRT of head and neck tumors

More information

Radiation therapy treatment plan optimization

Radiation therapy treatment plan optimization H. Department of Industrial and Operations Engineering The University of Michigan, Ann Arbor, Michigan MOPTA Lehigh University August 18 20, 2010 Outline 1 Introduction Radiation therapy delivery 2 Treatment

More information

Iterative regularization in intensity-modulated radiation therapy optimization. Carlsson, F. and Forsgren, A. Med. Phys. 33 (1), January 2006.

Iterative regularization in intensity-modulated radiation therapy optimization. Carlsson, F. and Forsgren, A. Med. Phys. 33 (1), January 2006. Iterative regularization in intensity-modulated radiation therapy optimization Carlsson, F. and Forsgren, A. Med. Phys. 33 (1), January 2006. 2 / 15 Plan 1 2 3 4 3 / 15 to paper The purpose of the paper

More information

Professor Stephen Sekula

Professor Stephen Sekula Monte Carlo Techniques Professor Stephen Sekula Guest Lecture PHYS 4321/7305 What are Monte Carlo Techniques? Computational algorithms that rely on repeated random sampling in order to obtain numerical

More information

MCNP4C3-BASED SIMULATION OF A MEDICAL LINEAR ACCELERATOR

MCNP4C3-BASED SIMULATION OF A MEDICAL LINEAR ACCELERATOR Computational Medical Physics Working Group Workshop II, Sep 3 Oct 3, 7 University of Florida (UF), Gainesville, Florida USA on CD-ROM, American Nuclear Society, LaGrange Park, IL (7) MCNP4C3-BASED SIMULATION

More information

Introduction to Biomedical Imaging

Introduction to Biomedical Imaging Alejandro Frangi, PhD Computational Imaging Lab Department of Information & Communication Technology Pompeu Fabra University www.cilab.upf.edu X-ray Projection Imaging Computed Tomography Digital X-ray

More information

REAL-TIME ADAPTIVITY IN HEAD-AND-NECK AND LUNG CANCER RADIOTHERAPY IN A GPU ENVIRONMENT

REAL-TIME ADAPTIVITY IN HEAD-AND-NECK AND LUNG CANCER RADIOTHERAPY IN A GPU ENVIRONMENT REAL-TIME ADAPTIVITY IN HEAD-AND-NECK AND LUNG CANCER RADIOTHERAPY IN A GPU ENVIRONMENT Anand P Santhanam Assistant Professor, Department of Radiation Oncology OUTLINE Adaptive radiotherapy for head and

More information

Integrated proton-photon treatment planning

Integrated proton-photon treatment planning Pinnacle 3 Proton Planning Integrated proton-photon treatment planning Philips Pinnacle 3 Proton Planning specifications Pinnacle 3 Proton Planning is designed to simplify treatment planning for proton

More information

Self-Promotional Website

Self-Promotional Website University of Tennessee, Knoxville Trace: Tennessee Research and Creative Exchange University of Tennessee Honors Thesis Projects University of Tennessee Honors Program Spring 4-2002 Self-Promotional Website

More information

Helical 4D CT pitch management for the Brilliance CT Big Bore in clinical practice

Helical 4D CT pitch management for the Brilliance CT Big Bore in clinical practice JOURNAL OF APPLIED CLINICAL MEDICAL PHYSICS, VOLUME 16, NUMBER 3, 2015 Helical 4D CT pitch management for the Brilliance CT Big Bore in clinical practice Guido Hilgers, a Tonnis Nuver, André Minken Department

More information

Reteaching. Solids. These three-dimensional figures are space figures, or solids. A cylinder has two congruent circular bases.

Reteaching. Solids. These three-dimensional figures are space figures, or solids. A cylinder has two congruent circular bases. 9- Solids These three-dimensional figures are space figures, or solids A B C D cylinder cone prism pyramid A cylinder has two congruent circular bases AB is a radius A cone has one circular base CD is

More information

3. Draw the orthographic projection (front, right, and top) for the following solid. Also, state how many cubic units the volume is.

3. Draw the orthographic projection (front, right, and top) for the following solid. Also, state how many cubic units the volume is. PAP Geometry Unit 7 Review Name: Leave your answers as exact answers unless otherwise specified. 1. Describe the cross sections made by the intersection of the plane and the solids. Determine if the shape

More information

Significance of time-dependent geometries for Monte Carlo simulations in radiation therapy. Harald Paganetti

Significance of time-dependent geometries for Monte Carlo simulations in radiation therapy. Harald Paganetti Significance of time-dependent geometries for Monte Carlo simulations in radiation therapy Harald Paganetti Modeling time dependent geometrical setups Key to 4D Monte Carlo: Geometry changes during the

More information

Spectral analysis of non-stationary CT noise

Spectral analysis of non-stationary CT noise Spectral analysis of non-stationary CT noise Kenneth M. Hanson Los Alamos Scientific Laboratory Int. Symposium and Course on Computed Tomography, Las Vegas, April 7-11, 1980 This presentation available

More information

An Investigation of a Model of Percentage Depth Dose for Irregularly Shaped Fields

An Investigation of a Model of Percentage Depth Dose for Irregularly Shaped Fields Int. J. Cancer (Radiat. Oncol. Invest): 96, 140 145 (2001) 2001 Wiley-Liss, Inc. Publication of the International Union Against Cancer An Investigation of a Model of Percentage Depth Dose for Irregularly

More information

CK-12 Geometry: Exploring Similar Solids. Learning Objectives Find the relationship between similar solids and their surface areas and volumes.

CK-12 Geometry: Exploring Similar Solids. Learning Objectives Find the relationship between similar solids and their surface areas and volumes. CK-12 Geometry: Exploring Similar Solids Learning Objectives Find the relationship between similar solids and their surface areas and volumes. Review Queue a. We know that every circle is similar, is every

More information

Digital Imaging and Communications in Medicine (DICOM) Supplement 176: Second Generation Radiotherapy. Additional RT Treatment Modalities

Digital Imaging and Communications in Medicine (DICOM) Supplement 176: Second Generation Radiotherapy. Additional RT Treatment Modalities sup176_pc_newrtradiations.doc: Sup 176: 2 nd Generation RT Additional RT Treatment Modalities Page 1 2 4 Digital Imaging and Communications in Medicine (DICOM) 6 Supplement 176: Second Generation Radiotherapy

More information

Disclosure. Outline. Acknowledgments. Ping Xia, Ph.D., Page 1. LINAC and MLC QA for IMRT. Received research support from Siemens Medical Solutions

Disclosure. Outline. Acknowledgments. Ping Xia, Ph.D., Page 1. LINAC and MLC QA for IMRT. Received research support from Siemens Medical Solutions LINAC and MLC QA for IMRT Ping Xia, Ph.D., Department of Radiation Oncology Disclosure Received research support from Siemens Medical Solutions University of California San Francisco Therapy Series (SAM)

More information

IMRT and VMAT Patient Specific QA Using 2D and 3D Detector Arrays

IMRT and VMAT Patient Specific QA Using 2D and 3D Detector Arrays IMRT and VMAT Patient Specific QA Using 2D and 3D Detector Arrays Sotiri Stathakis Outline Why IMRT/VMAT QA AAPM TG218 UPDATE Tolerance Limits and Methodologies for IMRT Verification QA Common sources

More information

Megan A. Wood, M.S. Under the direction of Larry DeWerd, Ph.D. University of Wisconsin Medical Radiation Research Center (UWMRRC)

Megan A. Wood, M.S. Under the direction of Larry DeWerd, Ph.D. University of Wisconsin Medical Radiation Research Center (UWMRRC) Megan A. Wood, M.S. Under the direction of Larry DeWerd, Ph.D. University of Wisconsin Medical Radiation Research Center (UWMRRC) NCCAAPM Spring Meeting May 3, 2013 Introduction FFF background Project

More information

A Fully-Automated Intensity-Modulated Radiation Therapy Planning System

A Fully-Automated Intensity-Modulated Radiation Therapy Planning System A Fully-Automated Intensity-Modulated Radiation Therapy Planning System Shabbir Ahmed, Ozan Gozbasi, Martin Savelsbergh Georgia Institute of Technology Ian Crocker, Tim Fox, Eduard Schreibmann Emory University

More information

UNCOMPROMISING QUALITY

UNCOMPROMISING QUALITY ION CHAMBERS UNCOMPROMISING QUALITY Designed with over 30 years of scientific integrity for a broad range of dosimetry measurements in diverse radiation beams Farmer-type Chambers For absolute dosimetry

More information

Digital phantoms for the evaluation of a software used for an automatic analysis of the Winston-Lutz test in image guided radiation therapy

Digital phantoms for the evaluation of a software used for an automatic analysis of the Winston-Lutz test in image guided radiation therapy Author manuscript, published in "Medical Imaging 008: Physics of Medical Imaging, San Diego, CA, USA : United States (008)" DOI : 10.1117/1.768668 Digital phantoms for the evaluation of a software used

More information

Initial Clinical Experience with 3D Surface Image Guidance

Initial Clinical Experience with 3D Surface Image Guidance Initial Clinical Experience with 3D Surface Image Guidance Amanda Havnen-Smith, Ph.D. Minneapolis Radiation Oncology Ridges Radiation Therapy Center Burnsville, MN April 20 th, 2012 Non-funded research

More information

State-of-the-Art IGRT

State-of-the-Art IGRT in partnership with State-of-the-Art IGRT Exploring the Potential of High-Precision Dose Delivery and Real-Time Knowledge of the Target Volume Location Antje-Christin Knopf IOP Medical Physics Group Scientific

More information

Optimization of CT Simulation Imaging. Ingrid Reiser Dept. of Radiology The University of Chicago

Optimization of CT Simulation Imaging. Ingrid Reiser Dept. of Radiology The University of Chicago Optimization of CT Simulation Imaging Ingrid Reiser Dept. of Radiology The University of Chicago Optimization of CT imaging Goal: Achieve image quality that allows to perform the task at hand (diagnostic

More information

Monte Carlo Simulation for Neptun 10 PC Medical Linear Accelerator and Calculations of Electron Beam Parameters

Monte Carlo Simulation for Neptun 10 PC Medical Linear Accelerator and Calculations of Electron Beam Parameters Monte Carlo Simulation for Neptun 1 PC Medical Linear Accelerator and Calculations of Electron Beam Parameters M.T. Bahreyni Toossi a, M. Momen Nezhad b, S.M. Hashemi a a Medical Physics Research Center,

More information

How would, or how does, the patient position (chin extended) affect your beam arrangement?

How would, or how does, the patient position (chin extended) affect your beam arrangement? 1 Megan Sullivan Clinical Practicum II Parotid Lab July 29, 2016 PLAN 1: IPSILATERAL WEDGE PAIR TECHNIQUE The ipsilateral wedge pair technique consisted of an anterior oblique field at 45 degrees and a

More information

A Fully-Automated Intensity-Modulated Radiation Therapy Planning System

A Fully-Automated Intensity-Modulated Radiation Therapy Planning System A Fully-Automated Intensity-Modulated Radiation Therapy Planning System Shabbir Ahmed, Ozan Gozbasi, Martin Savelsbergh Georgia Institute of Technology Tim Fox, Ian Crocker, Eduard Schreibmann Emory University

More information

Verification of dynamic and segmental IMRT delivery by dynamic log file analysis

Verification of dynamic and segmental IMRT delivery by dynamic log file analysis JOURNAL OF APPLIED CLINICAL MEDICAL PHYSICS, VOLUME 3, NUMBER 2, SPRING 2002 Verification of dynamic and segmental IMRT delivery by dynamic log file analysis Dale W. Litzenberg,* Jean M. Moran, and Benedick

More information

A fluence convolution method to account for respiratory motion in three-dimensional dose calculations of the liver: A Monte Carlo study

A fluence convolution method to account for respiratory motion in three-dimensional dose calculations of the liver: A Monte Carlo study A fluence convolution method to account for respiratory motion in three-dimensional dose calculations of the liver: A Monte Carlo study Indrin J. Chetty, a) Mihaela Rosu, Neelam Tyagi, Lon H. Marsh, Daniel

More information

Monitor Unit (MU) Calculation

Monitor Unit (MU) Calculation Monitor Unit (MU) Calculation Timothy C. Zhu 1, Haibo Lin 1, and JiaJian Shen 2 1 University of Pennsylvania, Philadelphia, PA 2 Mayo Clinic, Phoenix, AZ Introduction Pencil-beam based dose/mu algorithms

More information

Conformal Radiation Therapy. with. Cobalt-60 Tomotherapy

Conformal Radiation Therapy. with. Cobalt-60 Tomotherapy Conformal Radiation Therapy with Cobalt-60 Tomotherapy by Sandeep Kaur Dhanesar A thesis submitted to the Department of Physics, Engineering Physics, and Astronomy in conformity with the requirements for

More information