A Metaheuristic for IMRT Intensity Map Segmentation

Size: px
Start display at page:

Download "A Metaheuristic for IMRT Intensity Map Segmentation"

Transcription

1 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 Supported with NSF Grant DMI

2 Radiotherapy Motivation 1.2 million new cases of cancer each year in U.S., and many times that number in other countries Approximately 40% 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)).

3 Planning Radiotherapy- Tumor Volume Contouring Isolating the tumor from the surrounding OAR using CAT scans is vital to ensure the patient receives minimal damage from the radiotherapy. Identifying the dimensions of the tumor is vital to creating the intensity maps (identifying where to focus the radiation).

4 Planning Radiotherapy- Beam Angles and Creating Intensity Maps Multiple angles are used to create a full treatment plan to treat one tumor.

5 Option 1: Conformal Radiotherapy The beam of radiation used in treatment is a 10 cm square. Utilizes a uniform beam of radiation ensures the target is adequately covered however difficult to avoid critical structures except via usage of blocks

6 Option 2: IMRT Intensity Modulated Radiotherapy (IMRT) provides an aperture of 3mm beamlets using a Multi-Leaf Collimator (MLC), which is a specialized, computer-controlled device with many tungsten fingers, or leaves, inside the linear accelerator. Allows a finer shaped distribution of the dose to avoid unsustainable damage to the surrounding structures (OARs) Implemented via a Multi-Leaf Collimator (MLC) creating a timevarying aperture (leaves can be vertical or horizontal).

7 IMRT: Planning- Intensity Map There is an intensity map for each angle 0 means no radiation 100 means maximum dosage of radiation Multiple beam angles spread a healthy dose Angle A collection of apertures (shape matrices) are created to deliver each intensity map.

8 Delivery of an Intensity Map via Shape Matrices Original Intensity Map = Shape Matrix 1 Shape Matrix 2 Shape Matrix 3 Shape Matrix x 20 x 20 x 20 x 20

9 Program Input/Output Input: An mxn intensity matrix A=(a i,j ) comprised of nonnegative integers Output: T aperture shape matrices d t (with entries d t ij ) Non-negative integers a t (t=i..t) giving corresponding beam-on times for the apertures Apertures obey the delivery constraints of the MLC and the weight-shape pairs satisfy T Â t=1 a t d t = A

10 Mechanical Constraints After receiving the intensity maps, machine specific shape matrices must be created for treatment. There are numerous types of IMRT machines currently in clinical use, with slightly different physical constraints that determine the possible leaf positions (hence the possible shape matrices). Each machine has varying aperture setup times that can dominate the radiation delivery time. To limit patient discomfort and patient motion error: reduce the time the patient is on the couch. Goals: Minimize beam-on time Minimize number of different shapes

11 Approach: Langer, et. al. Mixed integer program (MIP) with Branch and Bound by Langer, et. al. (AMPL solver) MIP: linear program with all linear constraints using binary variables Langer suggests a two-phase method where First minimize beam-on time min T is an upper bound on the number of required shape matrices Second minimize the number of segments (subject to a minimum beam-on time constraint) min T Â t=1 Z Â t=1 a t = Z g t = G g t = 1 if aperture changes = 0 otherwise

12 In Practice Langer, et. al. do not report times and we have found that computing times are impractical for many real applications. To obtain a balance between the need for a small number of shape matrices and a low beam-on time we seek to minimize numshapematrices*7 + beam-on time Initializing T close to the optimal number of matrices + 1 required reduces the solution space and solution time

13 Constraint: Right and Left Leaves Cannot Overlap To satisfy the requirement that leaves of a row cannot override each other implies that one beam element cannot be covered by the left and right leaf at the same time. t p ij t + l ij p t ij,l t t ij,d ij t =1- d ij Π{0,1} p t ij= 1 if beam element in row i, column j is covered by the right leaf when the t th monitor unit is delivered = 0 otherwise l t ij is similar for the right leaf d t ij =1 if bixel is open

14 Constraint: Full Leaves and Intensity Matrix Requirements Every element between the leaf end and the side of the collimator is also covered (no holes in leaves). NON-CONTIGUOUS shape matrix: leaf setting: t p ij t l ij +1 t p ij +1 t l ij CONTIGUOUS shape matrix: leaf setting:

15 Constraint: No Leaf Collisions COLLISION shape matrix: leaf setting: Due to mechanical requirements, in adjacent rows, the right and left leaves cannot overlap NO COLLISION shape matrix: leaf setting: t l i+1, j t l i-1, j t + p ij t + p ij 1 1

16 Accounting and Matching Constraints The total number of shape matrices used is tallied. I  i=1 J  j=1 t d ij z Œ {0,1} z t I J Must sum to the intensity matrix. T  a t d t a ij = A t ij t=1 z t = 1 when at least one beam element is exposed when the t th monitor unit in the sequence is delivered = 0 otherwise I is the number of rows J is the number of columns is the intensity assigned to beam element d t ij

17 Constraint: Monoshape No rows gaps are allowed: monoshapes are required First determine which rows in each monitor unit are open to deliver radiation delivery it Ncols t d ij  j=1 delivery Œ {0,1} delivery it delivery it =1 if the i th row is being used a time t = 0 otherwise Determine if the preceding row in the monitor unit delivers radiation delivery i-1,t - delivery it drop it drop Œ {0,1} drop it =1 if the preceding row (i-1) in a shape is non-zero and the current row (i) is 0 = 0 otherwise

18 Constraint: Monoshape Determine when the monoshape ends delivery it - delivery i-1,t jump it jump Œ {0,1} jump it =1 if the preceding row (i-1) in a shape is zero and the current row (i) is nonzero = 0 otherwise There can be only one row where the monoshape begins and one row to end Nrows  i= 2 Nrows  i= 2 jump it 1 drop it 1 delivery i+1,t 1- Nrows  I = 2 drop It

19 Complexity of Problem The complexity of the constraints results in a large number of variables and constraints. type level Lowest Num Consts Avg Num Consts Largest Num Consts prostate prostate head&neck head&neck head&neck pancreas pancreas

20 Diff: Heuristic Fast heuristics use a difference matrix Transformation: Given an mxn intensity matrix M, define the corresponding mx(n+1) difference matrix D Expand M by adding a column of zeros to the left and to the right sides of M Define D row-wise by the differences: D(i, j)= M(i, j+1) - M(i, j)

21 Diff in Practice Variables: Delta: generates difference matrix Count: counts nonzero rows Frequency(D,v): counts appearances of v or -v in matrix D Algorithm D = delta(m) // generate initial difference matrix while (count(d) > 0){ find d > 0 that maximizes frequency(d,d) // choose intensity d call create_shape_matrix(s,d) // create shape matrix S } D= D - d*delta(s) // update the difference matrix

22 Comparison of Results: Prostate Case for Corvus 4.0 Weighted Scores for Level 5 Intensity Maps Weighted Scores for Level 10 Intensity Maps Weighted Score Corv4 Dif3 BC30 BC120 Weighted Score Corv4 Dif3 BC30 BC Angles Angles Weighted Scores for Level 100 Intensity Maps Weighted Score Corv4 Dif3 BC30 BC120 Weighted Score = numshapematricies*7 + beam-on time Angles

23 Comparison of Results: Head & Neck Case for Corvus 4.0 Weighted Score for Level 5 Intensity Maps Weighted Score for Level 10 Intensity Maps Weighted Score Corv4 Dif3 BC30 BC120 Weighted Score Corv4 Dif3 BC30 BC120 Angles Angles Weighted Score for Level 100 Intensity Maps Weighted Score Angles Corv4 Dif3 BC30 BC120

24 Comparison of Results: Pancreas Case for Corvus 4.0 Weighted Score Level 5 Intensity Maps Weighted Score Level 10 Intensity Maps Weighted Score Corv4 Dif3 BC30 BC120 Weighted Score Corv4 Dif3 BC30 BC Angles Angles Weighted Score Level 100 Intensity Maps Weighted Score Angles Corv4 Dif3 BC30 BC120

25 Future Work Incorporate the Nested Partitions method into our shape matrix method to take advantage of randomized strategies. Partition the more complicated shapes into two smaller shapes which can be handled quickly and easily. Then merge the resulting segments using the marriage algorithm to give a solution to the original problem.

26 Referenced Papers N. Boland, H. W. Hamacher, and F. Lenzen. Minimizing beam-on time in cancer radiation treatment using multileaf collimators. Networks, T.R. Bortfeld, D.L. Kahler, T.J Waldron and A.L.Boyer, X-ray field compensation with multileaf collimators. International Journal of Radiation Oncology Biology 28 (1994), pp T. Bortfeld, et. al. Current IMRT optimization algorithms: principles, potential and limitations. Massachusetts General Hospital, Harvard Medical School, Presentation D. Dink, S.Orcun, M. P. Langer, J. F. Pekny, G. V. Reklaitis, R. L. Rardin, Importance of sensitivity analysis in intensity modulated radiation therapy (IMRT). EuroInforms Presentation K. Engel, A new algorithm for optimal multileaf collimator field segmentation. University Rostock, Germany, March 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), P. Xia, L. J. Verhey, Multileaf collimator leaf sequencing algorithm for intensity modulated beams with multiple static segments. Medical Physics, 25 (8), 1998.

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

Utilizing IMRT Intensity Map Complexity Measures in Segmentation Algorithms. Multileaf Collimator (MLC) IMRT: Beamlet Intensity Matrices Radiation Teletherapy Goals Utilizing IMRT Intensity Map Complexity Measures in Segmentation Algorithms Kelly Sorensen August 20, 2005 Supported with NSF Grant DMI-0400294 High Level Goals: Achieve prescribed

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

8/3/2016. Chia-Ho, Hua St. Jude Children's Research Hospital. Kevin Teo The Hospital of the University of Pennsylvania

8/3/2016. Chia-Ho, Hua St. Jude Children's Research Hospital. Kevin Teo The Hospital of the University of Pennsylvania Bijan Arjomandy, Ph.D. Mclaren Proton Therapy Center Mark Pankuch, Ph.D. Cadence Health Proton Center Chia-Ho, Hua St. Jude Children's Research Hospital Kevin Teo The Hospital of the University of Pennsylvania

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

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

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

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

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

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

Dielectric Wall Accelerator (DWA) and Distal Edge Tracking Proton Delivery System Rock Mackie Professor Dept of Medical Physics UW Madison Co-Founder

Dielectric Wall Accelerator (DWA) and Distal Edge Tracking Proton Delivery System Rock Mackie Professor Dept of Medical Physics UW Madison Co-Founder Dielectric Wall Accelerator (DWA) and Distal Edge Tracking Proton Delivery System Rock Mackie Professor Dept of Medical Physics UW Madison Co-Founder and Chairman of the Board or TomoTherapy Inc I have

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

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

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

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

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

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

A two-variable linear program solves the standard linear-quadratic formulation of the fractionation problem in cancer radiotherapy

A two-variable linear program solves the standard linear-quadratic formulation of the fractionation problem in cancer radiotherapy A two-variable linear program solves the standard linear-quadratic formulation of the fractionation problem in cancer radiotherapy Fatemeh Saberian, Archis Ghate, Minsun Kim February 7, 2015 Abstract The

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

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

Linear Algebra V = T = ( 4 3 ).

Linear Algebra V = T = ( 4 3 ). Linear Algebra Vectors A column vector is a list of numbers stored vertically The dimension of a column vector is the number of values in the vector W is a -dimensional column vector and V is a 5-dimensional

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

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

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

Physics of Novel Radiation Modalities Particles and Isotopes. Todd Pawlicki, Ph.D. UC San Diego

Physics of Novel Radiation Modalities Particles and Isotopes. Todd Pawlicki, Ph.D. UC San Diego Physics of Novel Radiation Modalities Particles and Isotopes Todd Pawlicki, Ph.D. UC San Diego Disclosure I have no conflicts of interest to disclose. Learning Objectives Understand the physics of proton

More information

Nuclear medicine and Radiation technologies

Nuclear medicine and Radiation technologies ЗАКРЫТОЕ АКЦИОНЕРНОЕ ОБЩЕСТВО «РУСАТОМ ОВЕРСИЗ» Nuclear medicine and Radiation technologies Istanbul 14.11.2013 1 2 3 4 5 6 7 8 State Corporation «ROSATOM» world leader in nuclear energy State Corporation

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

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

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

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

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

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

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

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

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

Particle Beam Technology and Delivery

Particle Beam Technology and Delivery Particle Beam Technology and Delivery AAPM Particle Beam Therapy Symposium Types of Accelerator Systems Laser Linac Cyclotron Synchrotron Rf Linac CycFFAG FFAG CycLinac Isochronous Cyclotron Strong Focusing

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

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

A Stochastic Control Formalism for Dynamic Biologically Conformal Radiation Therapy

A Stochastic Control Formalism for Dynamic Biologically Conformal Radiation Therapy A Stochastic Control Formalism for Dynamic Biologically Conformal Radiation Therapy Minsun Kim, Archis Ghate, Mark H Phillips The University of Washington, Seattle January 25, 2011 Abstract State-of-the-art

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

Radioisotopes and PET

Radioisotopes and PET Radioisotopes and PET 1 Radioisotopes Elements are defined by their number of protons, but there is some variation in the number of neutrons. Atoms resulting from this variation are called isotopes. Consider

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

1 Introduction. A Monte Carlo study

1 Introduction. A Monte Carlo study Current Directions in Biomedical Engineering 2017; 3(2): 281 285 Sebastian Richter*, Stefan Pojtinger, David Mönnich, Oliver S. Dohm, and Daniela Thorwarth Influence of a transverse magnetic field on the

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

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

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

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

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

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

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

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

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

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

Feasibility study of TULIP: a TUrning

Feasibility study of TULIP: a TUrning Feasibility study of TULIP: a TUrning LInac for Protontherapy ICTR-PHE 2012 Conference 28.02.2012 A. Degiovanni U. Amaldi, M. Garlasché, K. Kraus, P. Magagnin, U. Oelfke, P. Posocco, P. Riboni, V. Rizzoglio

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

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

Electromagnetic characterization of big aperture magnet used in particle beam cancer therapy

Electromagnetic characterization of big aperture magnet used in particle beam cancer therapy Electromagnetic characterization of big aperture magnet used in particle beam cancer therapy Jhonnatan Osorio Moreno M.Pullia, C.Priano Presented at Comsol conference 2012 Milan Milan 10 th October 2012

More information

The Influence of Brass Compensator Thickness and Field Size on Neutron Contamination Spectrum in 18MV Elekta SL 75/25 Medical Linear Accelerator

The Influence of Brass Compensator Thickness and Field Size on Neutron Contamination Spectrum in 18MV Elekta SL 75/25 Medical Linear Accelerator The Influence of Brass Compensator Thickness and Field Size on Neutron Contamination Spectrum in 18MV Elekta SL 75/25 Medical Linear Accelerator with and without Flattening Filter: A Monte Carlo Study

More information

Composite field dosimetry

Composite field dosimetry Composite field dosimetry Hugo Bouchard, PhD, MCCPM Senior Research Scientist Radiation dosimetry group National Physical Laboratory May 2014 Overview 1. Introduction Dosimetry protocols IAEA formalism

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

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

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

Physics of particles. H. Paganetti PhD Massachusetts General Hospital & Harvard Medical School

Physics of particles. H. Paganetti PhD Massachusetts General Hospital & Harvard Medical School Physics of particles H. Paganetti PhD Massachusetts General Hospital & Harvard Medical School Introduction Dose The ideal dose distribution ideal Dose: Energy deposited Energy/Mass Depth [J/kg] [Gy] Introduction

More information

Linear Algebra. Linear Equations and Matrices. Copyright 2005, W.R. Winfrey

Linear Algebra. Linear Equations and Matrices. Copyright 2005, W.R. Winfrey Copyright 2005, W.R. Winfrey Topics Preliminaries Systems of Linear Equations Matrices Algebraic Properties of Matrix Operations Special Types of Matrices and Partitioned Matrices Matrix Transformations

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

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

Analysis of Carbon Ion Fragmentation and Angular Fragment Distributions using a flexible set-up

Analysis of Carbon Ion Fragmentation and Angular Fragment Distributions using a flexible set-up Analysis of Carbon Ion Fragmentation and Angular Fragment Distributions using a flexible set-up G. Arico1,2, B. Hartmann2, J. Jakubek3, S. Pospisil3, O. Jäkel1,2,4, M. Martisikova1,2 1 University Clinic

More information

LECTURE 1: ELECTROMAGNETIC RADIATION

LECTURE 1: ELECTROMAGNETIC RADIATION LECTURE 1: ELECTROMAGNETIC RADIATION 1.0 -- PURPOSE OF UNIT The purpose of this unit is to identify and describe some of the basic properties common to all forms of electromagnetic radiation and to identify

More information

Neutron Spectroscopy in Proton Therapy

Neutron Spectroscopy in Proton Therapy Neutron Spectroscopy in Proton Therapy Khalid Aloufi Thesis submitted for the Degree of Doctor of Philosophy Department of Medical Physics and Biomedical Engineering Faculty of Engineering Sciences University

More information

Progress in Nuclear Science and Technology, Volume 6,

Progress in Nuclear Science and Technology, Volume 6, DOI: 1.15669/pnst.6 Progress in Nuclear Science and Technology Volume 6 (19) pp. 1-16 ARTICLE A study on calculation method of duct streaming from medical linac rooms Takuma Noto * Kazuaki Kosako and Takashi

More information

Nat 5 W&R Prelim Revision

Nat 5 W&R Prelim Revision Nat 5 W&R Prelim Revision MC /20 Long /110 Total /130 % 1. 2. 3. November 2013 Nat 5 Physics W&R Prelim Revision Page 1 of 20 4. 5. 6. November 2013 Nat 5 Physics W&R Prelim Revision Page 2 of 20 7. 8.

More information

LU Factorization. Marco Chiarandini. DM559 Linear and Integer Programming. Department of Mathematics & Computer Science University of Southern Denmark

LU Factorization. Marco Chiarandini. DM559 Linear and Integer Programming. Department of Mathematics & Computer Science University of Southern Denmark DM559 Linear and Integer Programming LU Factorization Marco Chiarandini Department of Mathematics & Computer Science University of Southern Denmark [Based on slides by Lieven Vandenberghe, UCLA] Outline

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

Basic Radiation Physics of Protons

Basic Radiation Physics of Protons Basic Radiation Physics of Protons Michael Goitein Harvard Medical School and Ankerstrasse 1,5210 Windisch, Switzerland michael@goitein.ch Michael Goitein, PSI teaching course January, 2010 1 OVERVIEW

More information

Transversal dose mapping and Bragg-curve reconstruction in proton-irradiated lithium fluoride detectors by fluorescence microscopy

Transversal dose mapping and Bragg-curve reconstruction in proton-irradiated lithium fluoride detectors by fluorescence microscopy Transversal dose mapping and Bragg-curve reconstruction in proton-irradiated lithium fluoride detectors by fluorescence microscopy E. Nichelatti 1, M. Piccinini 2, A. Ampollini 2, L. Picardi 2, C. Ronsivalle

More information

Disconnecting Networks via Node Deletions

Disconnecting Networks via Node Deletions 1 / 27 Disconnecting Networks via Node Deletions Exact Interdiction Models and Algorithms Siqian Shen 1 J. Cole Smith 2 R. Goli 2 1 IOE, University of Michigan 2 ISE, University of Florida 2012 INFORMS

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

Survival Analysis with Time- Dependent Covariates: A Practical Example. October 28, 2016 SAS Health Users Group Maria Eberg

Survival Analysis with Time- Dependent Covariates: A Practical Example. October 28, 2016 SAS Health Users Group Maria Eberg Survival Analysis with Time- Dependent Covariates: A Practical Example October 28, 2016 SAS Health Users Group Maria Eberg Outline Why use time-dependent covariates? Things to consider in definition of

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

Radiation Therapy Study Guide

Radiation Therapy Study Guide Amy Heath Radiation Therapy Study Guide A Radiation Therapist s Review 123 Radiation Therapy Study Guide Amy Heath Radiation Therapy Study Guide A Radiation Therapist s Review Amy Heath, MS, RT(T) University

More information

MeV electron beams in radiation therapy

MeV electron beams in radiation therapy Phys. Med. Biol. 45 (2000) 1781 1805. Printed in the UK PII: S0031-9155(00)09776-1 150 250 MeV electron beams in radiation therapy C DesRosiers, V Moskvin, A F Bielajew and L Papież Department of Radiation

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