نتایج جستجو برای: beam gantry

تعداد نتایج: 114050  

2010
Salvatore Devicienti Lidia Strigari Marco D'Andrea Marcello Benassi Vincenzo Dimiccoli Maurizio Portaluri

The main hindrance to the diffusion of proton therapy facilities is the high cost for gantry installations. An alternative technical option is provided by fixed-beam treatment rooms, where the patient is rotated and translated in space with a robotic arm solution to enable beam incidence from various angles. The technological efforts based on robotic applications made up to now for patient posi...

2008
Katrin Große

Major progress of the Heidelberg ion beam cancer ther-apy centre took place in 2007. The first turn of the beamin the synchrotron was reached on February, 7th. Firstbeam in a treatment room was achieved on March, 20th.Until December, 16ththe beam performance in the firsttwo treatment rooms was pushed to the quality which isrequired for patient tre...

Hadi Keivan Mohammad Ali Behrooz Mohammad Javad Tahmasebi Birgani,

Introduction: Treatment with megavoltage electron beams is ideal for irradiating superficial tumors because of their limited range in tissues. However, for electron treatment of extended areas, such as the chest wall, two or more adjacent fields can be used. Abutment of these fields may lead to significant dose in homogeneities in the junction region. The aim of this study is to offer a new met...

2015
Gábor Fekete Emese Fodor Csilla Pesznyák

A novel method has been put forward for very large electron beam profile measurement. With this method, absorbed dose profiles can be measured at any depth in a solid phantom for total skin electron therapy. Electron beam dose profiles were collected with two different methods. Profile measurements were performed at 0.2 and 1.2 cm depths with a parallel plate and a thimble chamber, respectively...

2012
Kerstin M Hofmann Stefan Schell Jan J Wilkens

Laser-accelerated particles are a promising option for radiation therapy of cancer by potentially combining a compact, cost-efficient treatment unit with the physical advantages of charged particle beams. To design such a treatment unit we consider different dose delivery schemes and analyze the necessary devices in the required particle beam line for each case. Furthermore, we point out that l...

2017
Tomohiro Shimozato Yuichi Aoyama T. Shimozato Y. Aoyama

Purpose: The aim of this study was to develop a method for the direct measurement of electron beam width and distribution at the scattering foil on the carrousel in a medical linear accelerator gantry head, which differs from an existing indirect method for measuring the focal spot size using a camera or metallic slit located outside the gantry head. Methods: The electron beam emitted by the li...

Journal: :Journal of physics 2023

Abstract Arc-therapy and flash therapy are promising proton treatment modalities as they enable further sparing of the healthy tissues surrounding tumor site. They impose strong constraints on beam delivery system rotating gantry structure, in particular providing high dose rate fast energy scanning. Fixed-field achromatic transport lattices potentially satisfy both allowing instant modulation ...

Journal: :Medical physics 2002
Zhe Chen Lei Xing Ravinder Nath

A self-consistent monitor unit (MU) and isocenter point-dose calculation method has been developed that provides an independent verification of the MU for intensity modulated radiotherapy (IMRT) using the MIMiC (Nomos Corporation) multileaf collimator. The method takes into account two unique features of IMRT using the MIMiC: namely the gantry-dynamic arc delivery of intensity modulated photon ...

Journal: :Medical physics 2012
D Yang H Li B Sun J Tan S Mutic

PURPOSE MLC dynamic log files have been clinically used for quality assurance for years. The logged machine parameters and the derived beam 2D fluence maps can be compared to the ones obtained in the treatment plans in order to evaluate the accuracy and consistency of IMRT beam deliveries. In this study, we propose a computationally efficient method, called Direct 3D Fluence Calculation or D3DF...

2016
Tianyu Zhao Baozhou Sun Kevin Grantham Leith Rankine Bin Cai Sreekrishna M. Goddu Lakshmi Santanam Nels Knutson Tiezhi Zhang Michael Reilly Beth Bottani Jeffrey Bradley Sasa Mutic Eric E. Klein

The purpose of this study is to describe the comprehensive commissioning process and initial clinical experience of the Mevion S250 proton therapy system, a gantry-mounted, single-room proton therapy platform clinically implemented in the S. Lee Kling Proton Therapy Center at Barnes-Jewish Hospital in St. Louis, MO, USA. The Mevion S250 system integrates a compact synchrocyclotron with a C-inne...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->