Utilizing IMRT Intensity Map Complexity Measures in Segmentation Algorithms. Multileaf Collimator (MLC) IMRT: Beamlet Intensity Matrices

Size: px
Start display at page:

Download "Utilizing IMRT Intensity Map Complexity Measures in Segmentation Algorithms. Multileaf Collimator (MLC) IMRT: Beamlet Intensity Matrices"

Transcription

1 Radiation Teletherapy Goals Utilizing IMRT Intensity Map Complexity Measures in Segmentation Algorithms Kelly Sorensen August 20, 2005 Supported with NSF Grant DMI High Level Goals: Achieve prescribed radiation to tumor while minimizing dose to the surrounding organs Some Additional Goals: Minimize time patient spends on the treatment couch. Minimize beam-on time (time radiation beam in on ) Minimize treatment planning time IMRT: Beamlet Intensity Matrices Multileaf Collimator (MLC) Dose optimization yields beamlet intensity matrix at each selected beam angle varying beamlet intensities: 0 means no radiation, 100 units is max dose (5 intensity level example) Using this matrix as input, a segmentation method computes a set of apertures (shapes) needed to deliver the intensity map Angle I-Map

2 Delivery of an Intensity Map via Shape Matrices Intensity Map as Sum of Shapes Original Intensity Map = Given: Determine: Intensity Matrix (A)= Sum of Shapes (S k ) times their weights (" k ) K A =! " k S k=1 k Shape Matrix 1 Shape Matrix 2 Shape Matrix 3 Shape Matrix x 20 x 20 x 20 x 20 " k > 0 is time the linear accelerator is opened to release uniform radiation S k is the binary shape matrix Multileaf Collimator Problem With Minimal Beam-on Time min subject to! " t! " t S t = A " t >= 0 where t is an element of the index set of all possible shape matrices t t beam-on time What is Optimal? Given minimal beam-on time, minimize #segments Given minimal #segments, minimize beam-on time Minimize a weighted sum of beam-on time and #segments

3 Difference Matrix Difference Matrix example The difference matrix for an IMap is the column-forward matrix of differences. Creating the difference matrix, D: A # R mxn, D # R mxn+1 Expand A by adding a column of zeros to the left and to the right sides of A A 0 = 0 A n+1 = 0 Define D row-wise by the differences: D ij = A ij - A ij-1 i=1..m, j=1..n original IMap difference matrix Difference Matrix example A Couple of Single-Row Examples Angle original IMap IMap row profile of intensities steps up 1 step down lower bound of 6 segments difference matrix total intensity increase of lower bound of 80 units beam-on time

4 Some Basic Measures of Complexity numnonzeroimap A ij > 0 numnonzerodiff D ij " 0 numnonzerodiffvert V ij " 0 Note: V is a vertical version of the difference matrix. i.e. V is the row-wise forward matrix of differences. Complexity Which Might Affect #Segments: counts m ( ( )) summaxupdownsteps " max count j ( D ij > 0),count j D ij < 0 i=1 n ( ( )) summaxupdownstepsvert " max count i ( V ij > 0),count i V ij < 0 numvalleys count A ij : A ij#1 $ A ij $ A ij +1 j=1 ( ) ( ( )) maxnumvalleys max i count j A ij : A ij#1 $ A ij $ A ij +1 lower bound on #segments maxmaxupdownsteps max i max count j ( D ij > 0),count j D ij < 0 maxmaxupdownstepsvert max j max count i ( V ij > 0),count i ( V ij < 0) ( ( ( ))) ( ) ( ) Lower Bound on #Segments IMap row profile of intensities total intensity increase of steps up lower bound of 6 segments 1 step down lower bound of 80 units beam-on time Complexity Which Might Affect Beam-on Time: sums sumstepsupvert m n ( V ij ) + i=1 j=1 m "" "( ) + maxsumstepsupvert max j V ij sumstepsup lower bound on beam-on time "" i=1 m n ( D ij ) + i=1 j=1 n "( ) + maxsumstepsup max i D ij j=1

5 Lower Bound on Beam-on Time Difference Matrix example IMap row profile of intensities 6 steps up lower bound of 6 segments 1 step down original IMap total intensity increase of lower bound of 80 units beam-on time difference matrix Other Measures Considered: Poor Performers numdifferentstepsizes numdifferentvalues volume perimeter m n ( A ij ) i=1 j=1 "" ( ) + ( ) + ( ) + ( ) count A ij : A ij > 0 & A ij#1 = 0 count A ij : A ij > 0 & A ij +1 = 0 count A ij : A ij > 0 & A i#1 j = 0 count A ij : A ij > 0 & A i+1 j = 0 Random Intensity Map Generator: GenIMap Verified accuracy by: Comparing average values of complexity measures to those of clinical cases Comparing to a control set of IMaps generated using a uniform random distribution. Percent difference of complexity as compared to clinical cases: GenIMap algorithm: 24% difference Uniform Random Distribution: 117% difference * 50 IMaps were generated for each algorithm

6 bdiff Heuristic 1. Choose weight, ". " = min D ij first open position not covered by left leaf first position covered by right leaf Create candidate shapes. " a) create row-shapes where D il+1 = " and D ir = - " if a row has no such shapes, relax the rule to A ij! " $ l<j<r -" Shape Table Metaheuristic S 1 S 2 S 3 S 4 S 5 S 1 S 2 S 3 S 4 S 5 S 6 S 7 S 8 S 9 S 10 S 11 S 12 S 13 S 14 S 15 S 16 S 17 S 18 S 19 S 20 S 21 S 22 S 23 S 24 S 25 S 1 S 2 S 3 S 4 S 5 b) combine row-shapes into larger shapes 1. select the best single-row shapes expand by adding a row above, if possible otherwise expand by adding a row below 2. select the best 2-row shapes and expand 3. repeat with 3-row k-row shapes 3. Select best shape, remove it from the Intensity Map and repeat process until residual Intensity Map is 0. S 6 S 7 S 8 S 9 S 10 S 11 S 12 S 13 S 14 S 15 S 16 S 17 S 18 S 19 S 20 S 21 S 22 S 23 S 24 S 25 S 6 S 7 S 8 S 9 S 10 S 11 S 12 S 13 S 14 S 15 S 16 S 17 S 18 S 19 S 20 S 21 S 22 S 23 S 24 S 25 Scatter Plot Shows Linear Relationship #Nonzero in IMap: Makes Sense, But Has Poor Correlation SumStepsUp vs. BeamTime #NonzeroIMap vs. #Segments y = x R 2 = Linear () y = x R 2 = Linear ()

7 R-squared values for linear fit numshapes beamtime #Levels Basic Measures of Complexity numnonzeroimap numnonzerodiff numnonzerodiffvert L.B Complexity Affecting #Segments: counts maxmaxupdownsteps summaxupdownsteps maxvalleys totalvalleys maxupdownstepsvert summaxupdownstepsvert Complexity Affecting #Segments: sums maxsumstepsupvert L.B sumstepsupvert Complexity Affecting Beam-on Time: sums maxsumstepsup sumstepsup Results: Fewer Segments! SumStepsUp vs. #Segments y = x R 2 = Linear (Original bdiff) Results: Trades-off Beam-on Time Side-by-Side Comparison SumStepsUp vs. BeamTime 1550 y = x SumStepsUp vs. #Segments SumStepsUp vs. BeamTime R 2 = Linear (Original bdiff) y = x R 2 = Linear (Original bdiff) y = x R 2 = Linear (Original bdiff)

8 Results: s Follow Similar Pattern SumMaxUpDownSteps vs. #Segments y = x R 2 = Linear (Original bdiff) Summary of Results 100-level discretization: 8% improvement! 20-level discretization: 4% improvement 10-level discretization: 4% improvement Future Work Dose Optimization use complexity measures to predict treatment times use penalty function to produce IMaps with lower predicted treatment times discretize IMaps more intelligently Referenced Papers K. Engel, A new algorithm for optimal multileaf collimator field segmentation. University Rostock, Germany, March S. Luan, C. Wang, S.A. Naqvi, D.Z. Chen, X.S. Hu, C.L. Lee, and C.X. Yu. A New MLC Segmentation Algorithm/Software for Step and Shoot IMRT. Medical Physics, 31(4): , D. Baatar, H.W. Hamacher, M. Ehrgott, and G.J. Woeginger, Decomposition of Integer Matrices and Multileaf Collimator Sequencing. Discrete Applied Mathematics. Accepted for publication, R.K. Ahuja and H. Hamacher, A network flow algorithm to minimize beam-on time for unconstrained multileaf collimator problems in cancer radiation therapy. Networks 45: 36-41, N. Boland, H. W. Hamacher, and F. Lenzen. Minimizing beam-on time in cancer radiation treatment using multileaf collimators. Networks, M. Langer, V. Thai, and L. Papiez, Improved leaf sequencing reduces segments or monitor units needed to deliver IMRT using multileaf collimators. Medical Physics, 28(12), 2001.

9 Random Intensity Map Generator: GenIMap Purpose: Larger sample size of variable intensity shapes Reduce over-tuning on our small sample set (7 IMaps!) Goal: Produce a realistic representation of an intensity map considering 8x24 bixel IMap Tumor area 3 or more tumors (I used 5) Organs at risk (3+) overlapping the tumor area Generating the Tumor Area Five dense circles are created randomly within the center of IMap (8 bixels x 24 bixels with a 1-2 bixel margin on all sides). Each circle contains a variable radius with decreasing intensity values along the radius. To ensure equal spacing for these circles, they are alternately placed in the left half and right half of the IMap. Representing the OAR Three smaller circles are generated and placed randomly throughout the IMap. These smaller circles contain a smaller variable radius with decreasing OAR density along the radius. To create larger, more complex problems, increase the area for the "tumor circles" and increase the number of "OAR circles." Keeping the element of randomness for the position and radius of each circle helps to ensure each created intensity map is distinct from others. Ensuring Appropriateness Verified accuracy by: Comparing average values of complexity measures to those of clinical cases Comparing to a control set of IMaps generated using a uniform random distribution. Percent difference of complexity as compared to clinical cases: GenIMap algorithm: 24% difference Uniform Random Distribution: 117% difference * 50 IMaps were generated for each algorithm

10 Radiation has been used to treat cancer for more than 100 years. Radiotherapy Motivation Emil Herman Grubbé first treats a breast cancer patient using radiation - less than one month after the public announcement of Roentgen s discovery of X-rays Gösta Fossel first reports on the use of brachytherapy to treat 32 patients Mark P. Carol, M.D. develops initial idea for IMRT Computer technology has advanced sufficiently that Carol begins working on a prototype of the Peacock IMRT system FDA approval for Carol s system More than 1.3 million new cases of cancer each year in U.S., and many times that number in other countries Approximately 60% of U.S. patients with cancer have radiation therapy sometime during the course of their disease Organ and function preservation are important aims (minimize radiation to nearby organs at risk (OAR)). bdiff heuristic 1. Choose weight, ". " = min D ij 2. Create candidate shapes. 3. Select best shape, remove it from the Intensity Map and repeat process until residual Intensity Map is 0. bdiff heuristic 1. Choose weight, ". " = min D ij 2. Create candidate shapes. " a) create row-shapes where D il+1 = " and D ir = - " if a row has no such shapes, relax the rule to A ij! " $ l<j<r b) combine row-shapes into larger shapes 1. select the best single-row shapes expand by adding a row above, if possible otherwise expand by adding a row below 2. select the best 2-row shapes and expand 3. repeat with 3-row k-row shapes Select best shape, remove it from the Intensity Map and repeat process until residual Intensity Map is 0. -"

A Metaheuristic for IMRT Intensity Map Segmentation

A Metaheuristic for IMRT Intensity Map Segmentation A Metaheuristic for IMRT Intensity Map Segmentation Athula Gunawardena, Warren D Souza, Laura D. Goadrich, Kelly Sorenson, Robert Meyer, and Leyuan Shi University of Wisconsin-Madison October 15, 2004

More information

Optimal multileaf collimator field segmentation

Optimal multileaf collimator field segmentation Optimal multileaf collimator field segmentation Dissertation zur Erlangung des akademischen Grades doctor rerum naturalium (Dr. rer. nat.) der Mathemathisch Naturwissenschaftlichen Fakultät der Universität

More information

Multileaf collimator shape matrix decomposition

Multileaf collimator shape matrix decomposition Multileaf collimator shape matrix decomposition Thomas Kalinowski March 7, 2007 1 Introduction An important method in cancer treatment is the use of high energetic radiation. In order to kill tumor cells

More information

Nonnegative Integral Subset Representations of Integer Sets

Nonnegative Integral Subset Representations of Integer Sets Nonnegative Integral Subset Representations of Integer Sets Michael J. Collins David Kempe Jared Saia Maxwell Young Abstract We consider an integer-subset representation problem motivated by a medical

More information

A conjugate-gradient based approach for approximate solutions of quadratic programs

A conjugate-gradient based approach for approximate solutions of quadratic programs A conjugate-gradient based approach for approximate solutions of quadratic programs Fredrik CARLSSON and Anders FORSGREN Technical Report TRITA-MAT-2008-OS2 Department of Mathematics Royal Institute of

More information

A closest vector problem arising in radiation therapy planning

A closest vector problem arising in radiation therapy planning A closest vector problem arising in radiation therapy planning Céline Engelbeen, Samuel Fiorini, Antje Kiesel arxiv:0907.0138v2 [cs.dm] 26 Nov 2009 March 25, 2019 Abstract In this paper we consider the

More information

Dynamic robust optimization for fractionated IMRT treatment planning

Dynamic robust optimization for fractionated IMRT treatment planning Dynamic robust optimization for fractionated IMRT treatment planning Velibor V. Mišić Timothy C.Y. Chan Department of Mechanical and Industrial Engineering, University of Toronto June 20, 2011 INFORMS

More information

Semi-Simultaneous Flows and Binary Constrained (Integer) Linear Programs

Semi-Simultaneous Flows and Binary Constrained (Integer) Linear Programs DEPARTMENT OF MATHEMATICAL SCIENCES Clemson University, South Carolina, USA Technical Report TR2006 07 EH Semi-Simultaneous Flows and Binary Constrained (Integer Linear Programs A. Engau and H. W. Hamacher

More information

Measurements and comparisons for data of small beams of linear accelerators

Measurements and comparisons for data of small beams of linear accelerators [Chinese Journal of Cancer 28:3, 272-276; March 2009]; 2009 Landes Bioscience Methods and Technology Measurements and comparisons for data of small beams of linear accelerators Li Chen, 1 Li-Xin Chen,

More information

Objectives. Tolerance Limits and Action Levels for IMRT QA. The Overall Process of IMRT Planning and Delivery. Chain of IMRT Process

Objectives. Tolerance Limits and Action Levels for IMRT QA. The Overall Process of IMRT Planning and Delivery. Chain of IMRT Process Tolerance Limits and Action Levels for IMRT QA Jatinder R Palta, Ph.D Siyong Kim, Ph.D. Department of Radiation Oncology University of Florida Gainesville, Florida Objectives Describe the uncertainties

More information

Isotope Production for Nuclear Medicine

Isotope Production for Nuclear Medicine Isotope Production for Nuclear Medicine Eva Birnbaum Isotope Program Manager February 26 th, 2016 LA-UR-16-21119 Isotopes for Nuclear Medicine More than 20 million nuclear medicine procedures are performed

More information

Approximated multileaf collimator field segmentation

Approximated multileaf collimator field segmentation Approximated multileaf collimator field segmentation Dissertation zur Erlangung des akademischen Grades doctor rerum naturalium (Dr. rer. nat.) der Mathematisch-Naturwissenschaftlichen Fakultät der Universität

More information

Neutron source strength measurements for Varian, Siemens, Elekta, and General Electric linear accelerators

Neutron source strength measurements for Varian, Siemens, Elekta, and General Electric linear accelerators JOURNAL OF APPLIED CLINICAL MEDICAL PHYSICS, VOLUME 4, NUMBER 3, SUMMER 2003 Neutron source strength measurements for Varian, Siemens, Elekta, and General Electric linear accelerators David S. Followill,*

More information

The Radiological Physics Center s standard dataset for small field size output factors

The Radiological Physics Center s standard dataset for small field size output factors JOURNAL OF APPLIED CLINICAL MEDICAL PHYSICS, VOLUME 13, NUMBER 5, 2012 The Radiological Physics Center s standard dataset for small field size output factors David S. Followill, 1a Stephen F. Kry, 1 Lihong

More information

MATHEMATICAL OPTIMIZATION FOR THE INVERSE PROBLEM OF INTENSITY MODULATED RADIATION THERAPY

MATHEMATICAL OPTIMIZATION FOR THE INVERSE PROBLEM OF INTENSITY MODULATED RADIATION THERAPY MATHEMATICAL OPTIMIZATION FOR THE INVERSE PROBLEM OF INTENSITY MODULATED RADIATION THERAPY Yair Censor, DSc Department of Mathematics, University of Haifa, Haifa, Israel The 2003 AAPM Summer School on

More information

February 8, 2007

February 8, 2007 15.053 February 8, 2007 More Linear and Non-linear Programming Models including some non-linear optimization problems that can be made linear plus applications to radiation therapy 1 Overview of Lecture

More information

On Linear Infeasibility Arising in Intensity-Modulated Radiation Therapy Inverse Planning

On Linear Infeasibility Arising in Intensity-Modulated Radiation Therapy Inverse Planning On Linear Infeasibility Arising in Intensity-Modulated Radiation Therapy Inverse Planning Yair Censor 1, Adi Ben-Israel 2, Ying Xiao 3 and James M. Galvin 3 1 Department of Mathematics, University of Haifa,

More information

Medical Linac. Block diagram. Electron source. Bending magnet. Accelerating structure. Klystron or magnetron. Pulse modulator.

Medical Linac. Block diagram. Electron source. Bending magnet. Accelerating structure. Klystron or magnetron. Pulse modulator. Block diagram Medical Linac Electron source Bending magnet Accelerating structure Pulse modulator Klystron or magnetron Treatment head 1 Medical Linac 2 Treatment Head 3 Important Accessories Wedges Dynamic

More information

X. Allen Li. Disclosure. DECT: What, how and Why Why dual-energy CT (DECT)? 7/30/2018. Improving delineation and response assessment using DECT in RT

X. Allen Li. Disclosure. DECT: What, how and Why Why dual-energy CT (DECT)? 7/30/2018. Improving delineation and response assessment using DECT in RT Improving delineation and response assessment using DECT in RT X. Allen Li Medical College of Wisconsin MO-A-DBRA-1, AAPM, July 30 th, 2018 Disclosure Research funding support: Siemens Healthineers Elekta

More information

Overview and Status of the Austrian Particle Therapy Facility MedAustron. Peter Urschütz

Overview and Status of the Austrian Particle Therapy Facility MedAustron. Peter Urschütz Overview and Status of the Austrian Particle Therapy Facility MedAustron Peter Urschütz MedAustron Centre for ion beam therapy and non-clinical research Treatment of 1200 patients/year in full operation

More information

On linear infeasibility arising in intensity-modulated radiation therapy inverse planning

On linear infeasibility arising in intensity-modulated radiation therapy inverse planning Available online at www.sciencedirect.com Linear Algebra and its Applications 428 (2008) 1406 1420 www.elsevier.com/locate/laa On linear infeasibility arising in intensity-modulated radiation therapy inverse

More information

The volume effect of detectors in the dosimetry of small fields used in IMRT

The volume effect of detectors in the dosimetry of small fields used in IMRT The volume effect of detectors in the dosimetry of small fields used in IMRT Wolfram U. Laub a) Department of Medical Physics, University of Tübingen, Germany Tony Wong b) Department of Radiation Oncology,

More information

Simulations in Radiation Therapy

Simulations in Radiation Therapy Simulations in Radiation Therapy D. Sarrut Directeur de recherche CNRS Université de Lyon, France CREATIS-CNRS ; IPNL-CNRS ; Centre Léon Bérard Numerical simulations and random processes treat cancer 2

More information

Unconventional Acceleration Systems for Proton Radiotherapy

Unconventional Acceleration Systems for Proton Radiotherapy Unconventional Acceleration Systems for Proton Radiotherapy Thomas Rockwell Mackie Emeritus Professor University of Wisconsin Director of Medical Devices Morgridge Institute for Research Madison WI Conflict

More information

Optimization of hadron therapy proton beam using Monte Carlo code on GPU

Optimization of hadron therapy proton beam using Monte Carlo code on GPU Dottorato in Fisica degli Acceleratori, XXIX ciclo Optimization of hadron therapy proton beam using Monte Carlo code on GPU Candidata: Martina Senzacqua N matricola: 1163436 Supervisor: Prof. Vincenzo

More information

Laser-Accelerated protons for radiation therapy

Laser-Accelerated protons for radiation therapy Laser-Accelerated protons for radiation therapy E Fourkal, I Velchev,, J Fan, J Li, T Lin, C Ma Fox Chase Cancer Center, Philadelphia, PA Motivation Proton beams provide better conformity to the treatment

More information

Radiation protection issues in proton therapy

Radiation protection issues in proton therapy Protons IMRT Tony Lomax, Centre for Proton Radiotherapy, Paul Scherrer Institute, Switzerland Overview of presentation 1. Proton therapy: An overview 2. Radiation protection issues: Staff 3. Radiation

More information

ROC7080: RADIATION THERAPY PHYSICS LABORATORY LAB A : MECHANICAL MEASUREMENTS LINAC QA

ROC7080: RADIATION THERAPY PHYSICS LABORATORY LAB A : MECHANICAL MEASUREMENTS LINAC QA ROC7080: RADIATION THERAPY PHYSICS LABORATORY LAB A : MECHANICAL MEASUREMENTS LINAC QA GROUP I SPRING 2014 KEVIN JORDAN GRADUATE STUDENT, RADIOLOGICAL PHYSICS KARMANOS CANCER CENTER WAYNE STATE UNIVERSITY

More information

Secondary Neutron Dose Measurement for Proton Line Scanning Therapy

Secondary Neutron Dose Measurement for Proton Line Scanning Therapy Original Article PROGRESS in MEDICAL PHYSICS 27(3), Sept. 2016 http://dx.doi.org/10.14316/pmp.2016.27.3.162 pissn 2508-4445, eissn 2508-4453 Secondary Neutron Dose Measurement for Proton Line Scanning

More information

Supplementary Tables and Figures

Supplementary Tables and Figures Supplementary Tables Supplementary Tables and Figures Supplementary Table 1: Tumor types and samples analyzed. Supplementary Table 2: Genes analyzed here. Supplementary Table 3: Statistically significant

More information

Simulation Modeling in Dosimetry

Simulation Modeling in Dosimetry Simulation Modeling in Dosimetry Aleksei Zhdanov Ural Federal University named after the first President of Russia B. N. Yeltsin, Yekaterinburg, Russian Federation jjj1994@yandex.ru Leonid Dorosinskiy

More information

Beam Selection in Radiotherapy Design

Beam Selection in Radiotherapy Design Trinity University Digital Commons @ Trinity Mathematics Faculty Research Mathematics Department 3-2008 Beam Selection in Radiotherapy Design M Ehrgott Allen G. Holder Trinity University, aholder@trinity.edu

More information

Development of beam delivery systems for proton (ion) therapy

Development of beam delivery systems for proton (ion) therapy 7th 28th of July 213, JINR Dubna, Russia Development of beam delivery systems for proton (ion) therapy S t u d e n t : J o z e f B o k o r S u p e r v i s o r : D r. A l e x a n d e r M o l o k a n o v

More information

A Study on Effective Source-Skin Distance using Phantom in Electron Beam Therapy

A Study on Effective Source-Skin Distance using Phantom in Electron Beam Therapy Journal of Magnetics 19(1), 15-19 (2014) ISSN (Print) 1226-1750 ISSN (Online) 2233-6656 http://dx.doi.org/10.4283/jmag.2014.19.1.015 A Study on Effective Source-Skin Distance using Phantom in Electron

More information

James Michael Patrick Stewart

James Michael Patrick Stewart Radiotherapy Cancer Treatment: Investigating Real-Time Position and Dose Control, the Sensor-Delayed Plant Output Estimation Problem, and the Nonovershooting Step Response Problem by James Michael Patrick

More information

Initial Certification

Initial Certification Initial Certification Medical Physics Part 1 Content Guide Part 1 Content Guides and Sample Questions PLEASE NOTE: List of Constants and Physical Values for Use on the Part 1 Physics Exam The ABR provides

More information

d = Dx subject to Stochastic programming methods for

d = Dx subject to Stochastic programming methods for Inverse planning based on probability distributions 3 Figure 1. Prostate patient who had five CT scans before treatment. Bladder and rectum filling differs from day to day and hence the location and shape

More information

Towards efficient and accurate particle transport simulation in medical applications

Towards efficient and accurate particle transport simulation in medical applications Towards efficient and accurate particle transport simulation in medical applications L. Grzanka1,2, M. Kłodowska1, N. Mojżeszek1, N. Bassler3 1 Cyclotron Centre Bronowice, Institute of Nuclear Physics

More information

xavier mellado esteban

xavier mellado esteban R E D U C I N G T H E N U M B E R O F S E G M E N T S I N U N I D I R E C T I O N A L S E G M E N TAT I O N S O F F L U E N C E M AT R I C E S F O R M U LT I L E A F C O L L I M AT O R S I N I M RT R E

More information

Comparison of two commercial detector arrays for IMRT quality assurance

Comparison of two commercial detector arrays for IMRT quality assurance JOURNAL OF APPLIED CLINICAL MEDICAL PHYSICS, VOLUME 10, NUMBER 2, SPRING 2009 Comparison of two commercial detector arrays for IMRT quality assurance Jonathan G. Li, 1,a Guanghua Yan, 1,2 and Chihray Liu

More information

Are You a Good Beam or a Bad Beam Allen Holder Trinity University Mathematics University of Texas Health Science Center at San Antonio

Are You a Good Beam or a Bad Beam Allen Holder Trinity University Mathematics University of Texas Health Science Center at San Antonio Are You a Good Beam or a Bad Beam University of Texas Health Science Center at San Antonio Joint Work with Matthias Ehrgott and Josh Reese, with help from Bill Salter, Ryan Acosta, and Daniel Nevin www.trinity.edu/aholder

More information

ACCELERATORS AND MEDICAL PHYSICS 3

ACCELERATORS AND MEDICAL PHYSICS 3 ACCELERATORS AND MEDICAL PHYSICS 3 Ugo Amaldi University of Milano Bicocca and TERA Foundation 1 People of hadrontherapy Other uses: hadron therapy BUT radiotherapy is a single word particlle therapy BUT

More information

Outline. Physics of Charge Particle Motion. Physics of Charge Particle Motion 7/31/2014. Proton Therapy I: Basic Proton Therapy

Outline. Physics of Charge Particle Motion. Physics of Charge Particle Motion 7/31/2014. Proton Therapy I: Basic Proton Therapy Outline Proton Therapy I: Basic Proton Therapy Bijan Arjomandy, Ph.D. Narayan Sahoo, Ph.D. Mark Pankuch, Ph.D. Physics of charge particle motion Particle accelerators Proton interaction with matter Delivery

More information

Radiation Shielding of a 230 MeV Proton Cyclotron For Cancer Therapy

Radiation Shielding of a 230 MeV Proton Cyclotron For Cancer Therapy Radiation Shielding of a 230 MeV Proton Cyclotron For Cancer Therapy BHASKAR MUKHERJEE Joint DESY and University of Hamburg Accelerator Physics Seminar 27 August 2009 WPE is located within the Campus of

More information

Section 3: Nuclear Radiation Today

Section 3: Nuclear Radiation Today : Nuclear Radiation Today Preview Key Ideas Bellringer Where is Radiation? Beneficial Uses of Nuclear Radiation Risks of Nuclear Radiation Nuclear Power Key Ideas Where are we exposed to radiation? What

More information

arxiv: v2 [physics.med-ph] 29 May 2015

arxiv: v2 [physics.med-ph] 29 May 2015 The Proton Therapy Nozzles at Samsung Medical Center: A Monte Carlo Simulation Study using TOPAS Kwangzoo Chung, Jinsung Kim, Dae-Hyun Kim, Sunghwan Ahn, and Youngyih Han Department of Radiation Oncology,

More information

Secondary Particles Produced by Hadron Therapy

Secondary Particles Produced by Hadron Therapy Iranian Journal of Medical Physics Vol. 12, No. 2, Spring 2015, 1-8 Received: March 10, 2015; Accepted: July 07, 2015 Original Article Secondary Particles Produced by Hadron Therapy Abdolkazem Ansarinejad

More information

A Thesis. entitled. Micro Ionization Chamber. Vidheesha Arora. Master of Science Degree in. Biomedical Sciences: Medical Physics

A Thesis. entitled. Micro Ionization Chamber. Vidheesha Arora. Master of Science Degree in. Biomedical Sciences: Medical Physics A Thesis entitled An Investigation of the Polarity Effects in Small Field Based on the Orientation of the Micro Ionization Chamber by Vidheesha Arora Submitted to the Graduate Faculty as partial fulfillment

More information

Using Prompt gamma ray emission to address uncertainties in proton therapy

Using Prompt gamma ray emission to address uncertainties in proton therapy Using Prompt gamma ray emission to address uncertainties in proton therapy Jerimy C. Polf, PhD, DABR Department of Radia9on Oncology University of Maryland School of Medicine AAPM 2013 Disclosures and

More information

Best Particle Therapy, Inc. is Developing a Highly Revolutionary New Treatment for Cancer Therapy

Best Particle Therapy, Inc. is Developing a Highly Revolutionary New Treatment for Cancer Therapy Best Particle Therapy, Inc. is Developing a Highly Revolutionary New Treatment for Cancer Therapy The most precise and conformal Cancer Therapy, using hypo-fractionation, supported by a range of the most

More information

Team Number Adewale Adeniran, Thomas Cuttino, Brian Lane Paper Submitted to the 2003 Mathematics Competition in Modeling

Team Number Adewale Adeniran, Thomas Cuttino, Brian Lane Paper Submitted to the 2003 Mathematics Competition in Modeling Team Number 528-1 - Adewale Adeniran, Thomas Cuttino, Brian Lane Paper Submitted to the 2003 Mathematics Competition in Modeling Team Number 528-2 - Introduction: Gamma Knife Treatment Plan Stereotactic

More information

Two-Material Decomposition From a Single CT Scan Using Statistical Image Reconstruction

Two-Material Decomposition From a Single CT Scan Using Statistical Image Reconstruction / 5 Two-Material Decomposition From a Single CT Scan Using Statistical Image Reconstruction Yong Long and Jeffrey A. Fessler EECS Department James M. Balter Radiation Oncology Department The University

More information

The More for Less -Paradox in Transportation Problems with Infinite-Dimensional Supply and Demand Vectors

The More for Less -Paradox in Transportation Problems with Infinite-Dimensional Supply and Demand Vectors The More for Less -Paradox in Transportation Problems with Infinite-Dimensional Supply and Demand Vectors Ingo Althoefer, Andreas Schaefer April 22, 2004 Faculty of Mathematics and Computer Science Friedrich-Schiller-University

More information

I. INTRODUCTION EXPERIMENTAL

I. INTRODUCTION EXPERIMENTAL International Journal of Computational Engineering Research Vol, 04 Issue, 4 Simulation of Photon and Electron dose distributions by 5 code for the treatment area using the linear electron accelerator

More information

Optimal fractionation in radiotherapy with multiple normal tissues

Optimal fractionation in radiotherapy with multiple normal tissues Optimal fractionation in radiotherapy with multiple normal tissues Fatemeh Saberian, Archis Ghate, and Minsun Kim May 16, 2015 Abstract The goal in radiotherapy is to maximize the biological effect of

More information

Proposal to convert TLS Booster for hadron accelerator

Proposal to convert TLS Booster for hadron accelerator Proposal to convert TLS Booster for hadron accelerator S.Y. Lee -- Department of Physics IU, Bloomington, IN -- NSRRC Basic design TLS is made of a 50 MeV electron linac, a booster from 50 MeV to 1.5 GeV,

More information

IMPROVING THE OUTCOMES OF BREAST RADIATION THERAPY: THE PRONE POSITION. Kaylyn Olson

IMPROVING THE OUTCOMES OF BREAST RADIATION THERAPY: THE PRONE POSITION. Kaylyn Olson IMPROVING THE OUTCOMES OF BREAST RADIATION THERAPY: THE PRONE POSITION Kaylyn Olson BACKGROUND Over 230,000 women will be diagnosed with breast cancer this year and approximately half of these women will

More information

Shielding Design for the Imaging and Medical Beamline at the Australian Synchrotron

Shielding Design for the Imaging and Medical Beamline at the Australian Synchrotron Shielding Design for the Imaging and Medical Beamline at the Australian Synchrotron P. Berkvens and D. Häusermann European Synchrotron Radiation Facility BP 0, Grenoble Cedex 0, France Australian Synchrotron

More information

Medical Informatics. Master Thesis

Medical Informatics. Master Thesis University of Heidelberg / Heilbronn University Medical Informatics Master Thesis Analysis of New Concepts and Definitions in DICOM Second Generation Radiotherapy Objects Based on an Experimental Implementation

More information

Monte Carlo simulation of the photoneutron field in linac radiotherapy treatments with different collimation systems

Monte Carlo simulation of the photoneutron field in linac radiotherapy treatments with different collimation systems INSTITUTE OF PHYSICS PUBLISHING Phys. Med. Biol. 49 (2004) 571 582 PHYSICS IN MEDICINE AND BIOLOGY PII: S0031-9155(04)69196-2 Monte Carlo simulation of the photoneutron field in linac radiotherapy treatments

More information

Markus Roth TU Darmstadt

Markus Roth TU Darmstadt Laser-driven Production of Particle Beams and their application to medical treatment Markus Roth TU Darmstadt The Case Laser-driven electrons Potential for Applications in Therapy Use of secondary Radiation

More information

Using R For Flexible Modelling Of Pre-Clinical Combination Studies. Chris Harbron Discovery Statistics AstraZeneca

Using R For Flexible Modelling Of Pre-Clinical Combination Studies. Chris Harbron Discovery Statistics AstraZeneca Using R For Flexible Modelling Of Pre-Clinical Combination Studies Chris Harbron Discovery Statistics AstraZeneca Modelling Drug Combinations Why? The theory An example The practicalities in R 2 Chris

More information

Indrin J. Chetty, AAPM 2006 Monte Carlo CE course

Indrin J. Chetty, AAPM 2006 Monte Carlo CE course Beam commissioning for clinical Monte Carlo dose calculation: AAPM TG-157 Indrin J. Chetty Henry Ford Hospital, Detroit MI AAPM Task Group Report No. 157: Source modeling and beam commissioning for Monte

More information

Simple techniques for comparing survival functions with interval-censored data

Simple techniques for comparing survival functions with interval-censored data Simple techniques for comparing survival functions with interval-censored data Jinheum Kim, joint with Chung Mo Nam jinhkim@suwon.ac.kr Department of Applied Statistics University of Suwon Comparing survival

More information

Models and Formulations for Multivariate Dominance Constrained Stochastic Programs

Models and Formulations for Multivariate Dominance Constrained Stochastic Programs Models and Formulations for Multivariate Dominance Constrained Stochastic Programs Benjamin Armbruster James Luedte June 22, 2011 Abstract Dentcheva and Ruszczyńsi recently proposed using a stochastic

More information

A Monte Carlo Study of the Relationship between the Time. Structures of Prompt Gammas and in vivo Radiation Dose in.

A Monte Carlo Study of the Relationship between the Time. Structures of Prompt Gammas and in vivo Radiation Dose in. A Monte Carlo Study of the Relationship between the Time Structures of Prompt Gammas and in vivo Radiation Dose in Proton Therapy Wook-Geun Shin and Chul Hee Min* Department of Radiation Convergence Engineering,

More information

Quality-Assurance Check of Collimator and Phantom- Scatter Factors

Quality-Assurance Check of Collimator and Phantom- Scatter Factors Quality-Assurance Check of Collimator and Phantom- Scatter Factors Ramesh C. Tailor, David S. Followill, Nadia Hernandez, Timothy S. Zhu, and Geoffrey S. Ibbott. UT MD Anderson Cancer Center, Houston TX.

More information

Sample Size Estimation for Studies of High-Dimensional Data

Sample Size Estimation for Studies of High-Dimensional Data Sample Size Estimation for Studies of High-Dimensional Data James J. Chen, Ph.D. National Center for Toxicological Research Food and Drug Administration June 3, 2009 China Medical University Taichung,

More information

Homework 06. Nuclear

Homework 06. Nuclear HW06 - Nuclear Started: Mar 22 at 11:05am Quiz Instruc!ons Homework 06 Nuclear Question 1 How does a nuclear reaction differ from a chemical reaction? In a nuclear reaction, the elements change identities

More information

Equivalent Field Calculation to Irregular Symmetric and Asymmetric Photon Fields

Equivalent Field Calculation to Irregular Symmetric and Asymmetric Photon Fields Equivalent Field Calculation to Irregular Symmetric and symmetric Photon Fields N. Chegeni and M. J. Tahmasebi Birgani International Science Index, Physical and Mathematical Sciences waset.org/publication/16724

More information

AS to BS in Medical Dosimetry. Core Curriculum Course Descriptions

AS to BS in Medical Dosimetry. Core Curriculum Course Descriptions AS to BS in Medical Dosimetry Core Curriculum Course Descriptions MD301 RADIATION DOSIMETRY This course focuses on introducing radiation terminology used in radiation dosimetry. Fundamental dose calculation

More information

ASSESSING LEAKAGE WORKLOADS OF MEDICAL LINEAR ACCELERATORS FOR IMRT AND TBI TECHNIQUES

ASSESSING LEAKAGE WORKLOADS OF MEDICAL LINEAR ACCELERATORS FOR IMRT AND TBI TECHNIQUES ASSESSING LEAKAGE WORKLOADS OF MEDICAL LINEAR ACCELERATORS FOR AND TBI TECHNIQUES A Thesis submitted to the Faculty of the Graduate School of Arts and Sciences of Georgetown University in partial fulfillment

More information

Physics. Sunday, March 4, :30 a.m. 10:00 a.m.

Physics. Sunday, March 4, :30 a.m. 10:00 a.m. Physics Sunday, March 4, 2018 9:30 a.m. 10:00 a.m. Social Q&A Use your phone, tablet, or laptop to Submit questions to speakers and moderators Answer interactive questions / audience response polls astro.org/refreshersocialqa

More information

ASTRONOMERS REACH FOR THE STARS TO DISCOVER NEW CANCER THERAPY

ASTRONOMERS REACH FOR THE STARS TO DISCOVER NEW CANCER THERAPY OSU News Research Archive Search an archive of past research stories. Coverage of OSU Research Reports on national news coverage of university research. Research Communications Staff Who we are and what

More information

ELECTRON INTERACTIONS

ELECTRON INTERACTIONS Applications of Electron beam therapy: The principal applications are (a) the treatment of skin and lip cancers, (b) chest wall irradiation for breast cancer, (c) administering boost dose to nodes, and

More information

Photon-beams monitor-unit calculations

Photon-beams monitor-unit calculations Photon-beams monitor-unit calculations Narayan Sahoo March 24, 2011 The materials included in this lecture notes are from previous lecture notes for this course by Karl Prado, Ph.D. Introduction Standard

More information

Biological Dose Calculations for Particle Therapy in FLUKA

Biological Dose Calculations for Particle Therapy in FLUKA U N I V E R S I T Y O F B E R G E N Department of Physics and Technology Biological Dose Calculations for Particle Therapy in FLUKA Tordis J. Dahle May 2016 Introduction About half of all cancer patients

More information

Time-resolved beam symmetry measurement for VMAT commissioning and quality assurance

Time-resolved beam symmetry measurement for VMAT commissioning and quality assurance JOURNAL OF APPLIED CLINICAL MEDICAL PHYSICS, VOLUME 17, NUMBER 2, 2016 Time-resolved beam symmetry measurement for VMAT commissioning and quality assurance Michael P. Barnes 1,2 a and Peter B. Greer 1,3

More information

Estimate of Photonuclear Reaction in a Medical Linear Accelerator Using a Water-Equivalent Phantom

Estimate of Photonuclear Reaction in a Medical Linear Accelerator Using a Water-Equivalent Phantom Progress in NUCLEAR SCIENCE and TECHNOLOGY, Vol. 2, pp.83-87 (2) ARTICLE Estimate of Photonuclear Reaction in a Medical Linear Accelerator Using a Water-Equivalent Phantom Toshioh FUJIBUCHI,2,*, Satoshi

More information

Math 471 (Numerical methods) Chapter 3 (second half). System of equations

Math 471 (Numerical methods) Chapter 3 (second half). System of equations Math 47 (Numerical methods) Chapter 3 (second half). System of equations Overlap 3.5 3.8 of Bradie 3.5 LU factorization w/o pivoting. Motivation: ( ) A I Gaussian Elimination (U L ) where U is upper triangular

More information

A study on the cost of concrete shielding in a standard radiotherapy facility room

A study on the cost of concrete shielding in a standard radiotherapy facility room BJRS BRAZILIAN JOURNAL OF RADIATION SCIENCES 06-0 (018) 01-18 A study on the cost of concrete shielding in a standard radiotherapy facility room Eduardo de Paiva a a Instituto de Radioproteção e Dosimetria/Divisão

More information

The influence of categorising survival time on parameter estimates in a Cox model

The influence of categorising survival time on parameter estimates in a Cox model The influence of categorising survival time on parameter estimates in a Cox model Anika Buchholz 1,2, Willi Sauerbrei 2, Patrick Royston 3 1 Freiburger Zentrum für Datenanalyse und Modellbildung, Albert-Ludwigs-Universität

More information

NEUTOR: Neutrons Monitor for. Project financed by: Radiotherapy

NEUTOR: Neutrons Monitor for. Project financed by: Radiotherapy NEUTOR: Neutrons Monitor for Project financed by: Radiotherapy PURPOSES OF THE PROJECT To develop a Neutrons monitor for its application in radiotherapy, to control, in real time, the dose of neutrons

More information

Robust Management of Motion Uncertainty in Intensity-Modulated Radiation Therapy

Robust Management of Motion Uncertainty in Intensity-Modulated Radiation Therapy OPERATIONS RESEARCH Vol. 56, No. 6, November December 2008, pp. 1461 1473 issn 0030-364X eissn 1526-5463 08 5606 1461 informs doi 10.1287/opre.1070.0484 2008 INFORMS Robust Management of Motion Uncertainty

More information

Monte Carlo Modelling and Dosimetric Evaluation of Cobalt-60 Teletherapy in Advanced Radiation Oncology

Monte Carlo Modelling and Dosimetric Evaluation of Cobalt-60 Teletherapy in Advanced Radiation Oncology Monte Carlo Modelling and Dosimetric Evaluation of Cobalt-60 Teletherapy in Advanced Radiation Oncology N W Mdziniso 24936928 Master of Science (Physics) Thesis submitted in fulfillment of the requirements

More information

HEATHER. HElium ion Acceleration for radiotherapy. Jordan Taylor, Rob Edgecock University of Huddersfield Carol Johnstone, Fermilab

HEATHER. HElium ion Acceleration for radiotherapy. Jordan Taylor, Rob Edgecock University of Huddersfield Carol Johnstone, Fermilab HEATHER HElium ion Acceleration for radiotherapy Jordan Taylor, Rob Edgecock University of Huddersfield Carol Johnstone, Fermilab PPRIG workshop 1 st -2 nd Dec 2016 Scope Current particle therapy situation

More information

Dosimetric Consequences of Uncorrected Rotational Setup Errors During Stereotactic Body Radiation Therapy Case Study Pancreatic Cancers

Dosimetric Consequences of Uncorrected Rotational Setup Errors During Stereotactic Body Radiation Therapy Case Study Pancreatic Cancers + Dosimetric Consequences of Uncorrected Rotational Setup Errors During Stereotactic Body Radiation Therapy Case Study Pancreatic Cancers AAPM 2014 Undergraduate Fellow Lianna Di Maso DePaul University,

More information

APPLICATION OF MONTE CARLO METHODS IN TOMOTHERAPY AND RADIATION BIOPHYSICS. A Dissertation. Submitted to the Faculty. Purdue University.

APPLICATION OF MONTE CARLO METHODS IN TOMOTHERAPY AND RADIATION BIOPHYSICS. A Dissertation. Submitted to the Faculty. Purdue University. APPLICATION OF MONTE CARLO METHODS IN TOMOTHERAPY AND RADIATION BIOPHYSICS A Dissertation Submitted to the Faculty of Purdue University by Ya-Yun Hsiao In Partial Fulfillment of the Requirements for the

More information

Absorption spectra variations of EBT radiochromic film from radiation exposure

Absorption spectra variations of EBT radiochromic film from radiation exposure INSTITUTE OF PHYSICS PUBLISHING Phys. Med. Biol. 5 (25) N35 N4 PHYSICS IN MEDICINE AND BIOLOGY doi:.88/3-955/5/3/n2 NOTE Absorption spectra variations of EBT radiochromic film from radiation exposure M

More information

IOE510/MATH561/OMS518: Linear Programming I

IOE510/MATH561/OMS518: Linear Programming I IOE510/MATH561/OMS518: Linear Programming I Lectures: Mondays and Wednesdays, 9:00-10:30 AM, IOE 1680 Instructor: Prof. Marina A. Epelman GSI: Katharina Ley Office hours: See CTools for most current info

More information

Comparison of CY CMS RVUs for Radiation Oncology, Updated for Final Rule

Comparison of CY CMS RVUs for Radiation Oncology, Updated for Final Rule Comparison of CY -13 CMS RVUs for Radiation Oncology, Updated for Final Rule Difference Percent Global 10021 A Fna w/o image 1.27 3.04 0.59 0.22 XXX 4.53 4.30 0.23 5.35% 2.08 2.07 0.01 0.48% 10060 A Drainage

More information

Magnetic removal of electron contamination in radiotherapy x-ray beams

Magnetic removal of electron contamination in radiotherapy x-ray beams University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2006 Magnetic removal of electron contamination in radiotherapy

More information

Model Complexity of Pseudo-independent Models

Model Complexity of Pseudo-independent Models Model Complexity of Pseudo-independent Models Jae-Hyuck Lee and Yang Xiang Department of Computing and Information Science University of Guelph, Guelph, Canada {jaehyuck, yxiang}@cis.uoguelph,ca Abstract

More information

12/1/17 OUTLINE KEY POINTS ELEMENTS WITH UNSTABLE NUCLEI Radioisotopes and Nuclear Reactions 16.2 Biological Effects of Nuclear Radiation

12/1/17 OUTLINE KEY POINTS ELEMENTS WITH UNSTABLE NUCLEI Radioisotopes and Nuclear Reactions 16.2 Biological Effects of Nuclear Radiation OUTLINE 16.1 Radioisotopes and Nuclear Reactions 16.2 Biological Effects of Nuclear Radiation PET scan X-ray technology CT scan 2009 W.H. Freeman KEY POINTS Radioactivity is the consequence of an unstable

More information

Basic Medical Statistics Course

Basic Medical Statistics Course Basic Medical Statistics Course S7 Logistic Regression November 2015 Wilma Heemsbergen w.heemsbergen@nki.nl Logistic Regression The concept of a relationship between the distribution of a dependent variable

More information

CHARACTERISTICS OF DEGRADED ELECTRON BEAMS PRODUCED BY NOVAC7 IORT ACCELERATOR

CHARACTERISTICS OF DEGRADED ELECTRON BEAMS PRODUCED BY NOVAC7 IORT ACCELERATOR ANALELE STIINTIFICE ALE UNIVERSITATII AL. I. CUZA IASI Tomul II, s. Biofizică, Fizică medicală şi Fizica mediului 2006 CHARACTERISTICS OF DEGRADED ELECTRON BEAMS PRODUCED BY NOVAC7 IORT ACCELERATOR Dan

More information

Instrumental Quality Control of Therapeutic Linear Accelerator Performance

Instrumental Quality Control of Therapeutic Linear Accelerator Performance American Journal of Physics and Applications 2017; 5(5): 66-72 http://www.sciencepublishinggroup.com/j/ajpa doi: 10.11648/j.ajpa.20170505.12 ISSN: 2330-4286 (Print); ISSN: 2330-4308 (Online) Instrumental

More information

Quantum Annealing with continuous variables: Low-Rank Matrix Factorization. Daniele Ottaviani CINECA. Alfonso Amendola ENI

Quantum Annealing with continuous variables: Low-Rank Matrix Factorization. Daniele Ottaviani CINECA. Alfonso Amendola ENI Quantum Annealing with continuous variables: Low-Rank Matrix Factorization Daniele Ottaviani CINECA Alfonso Amendola ENI Qubits Europe 2019 Milan, 25-27/03/2019 QUBO Problems with real variables We define

More information

Interactions of Particulate Radiation with Matter. Purpose. Importance of particulate interactions

Interactions of Particulate Radiation with Matter. Purpose. Importance of particulate interactions Interactions of Particulate Radiation with Matter George Starkschall, Ph.D. Department of Radiation Physics U.T. M.D. Anderson Cancer Center Purpose To describe the various mechanisms by which particulate

More information

Energy Dependence of Biological Systems Under Radiation Exposure

Energy Dependence of Biological Systems Under Radiation Exposure Energy Dependence of Biological Systems Under Radiation Exposure Rachel Black Paper G29.00006 Energy Dependence of Cancer Cell Irradiation 09:24 AM 09:36 AM Ariano Munden Paper G29.00007 Calibration Of

More information