نتایج جستجو برای: photon attenuation coefficient

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

Ali Akbar Sharafi Hossein Rajabi, Masoud Vafamanesh Mohsen Bakhshandeh Shahram Seifollahi

Introduction: Nowadays, Imaging of the myocardial perfusion (MPI) using the single photon emission tomography (SPET) in the diagnosis of coronary artery disease, especially myocardial ischemia, is of great importance. In contrast to the coronary artery angiography, MPI is non-invasive, less expensive and more physiological. Unfortunately, this image is affected by the some artifacts. Thes...

A. Vahidian Kamyad, M. Hajizadeh Saffar, M. Naji Midani, M.H. Noori Eskandari,

Background: Photon attenuation as an inevitable physical phenomenon influences on the diagnostic information of SPECT images and results to errors in accuracy of quantitative measurements. This can be corrected via different physical or mathematical approaches. As the correction equation in mathematical approaches is nonlinear, in this study a new method of linearization called ‘Piece ...

Journal: :Physical review letters 2011
A Baron S Mazoyer W Smigaj P Lalanne

It is widely accepted that, on ensemble average, the transmission T of guided modes decays exponentially with the waveguide length L due to small imperfections, leading to the important figure of merit defined as the attenuation-rate coefficient α=-⟨ln(T)⟩/L. In this Letter, we evidence that the exponential-damping law is not valid in general for periodic monomode waveguides, especially as the ...

Journal: :Physics in medicine and biology 2002
John J Demarco Robert E Wallace Kirsten Boedeker

Monte Carlo calculations are frequently used to analyse a variety of radiological science applications using low-energy (10-1000 keV) photon sources. This study seeks to create a low-energy benchmark for the MCNP Monte Carlo code by simulating the absolute dose rate in water and the air-kerma rate for monoenergetic point sources with energies between 10 keV and 1 MeV. The analysis compares four...

Journal: :Ultrasonics 2011
Miklos Z Kiss Tomy Varghese M A Kliewer

Attenuation estimation and imaging in the cervix has been utilized to evaluate the onset of cervical ripening during pregnancy. This feature has also been utilized for the acoustic characterization of leiomyomas and myometrial tissue. In this paper, we present direct narrowband substitution measurement values of the variation in the ultrasonic attenuation coefficient in ex vivo human uterine an...

Journal: :Journal of cerebral blood flow and metabolism : official journal of the International Society of Cerebral Blood Flow and Metabolism 1984
G T Smith E M Stokely M H Lewis M D Devous F J Bonte

A single-photon dynamic computer-assisted tomograph (DSPECT) has been built and is currently being used to evaluate regional cerebral blood perfusion in patients and volunteers. A computer simulation of the system was created to analyze the effects of data collection, Poisson noise, attenuation compensation, and the reconstruction technique now employed in the DSPECT. Several methods of attenua...

Journal: :IEEE Trans. Med. Imaging 1999
Gengsheng Lawrence Zeng Chuanyong Bai Grant T. Gullberg

Scatter correction is an important factor in single photon emission computed tomography (SPECT). Many scatter correction techniques, such as multiple-window subtraction and intrinsic modeling with iterative algorithms, have been under study for many years. Previously, we developed an efficient slice-to-slice blurring technique to model attenuation and system geometric response in a projectorhac...

Journal: :Ultrasound in medicine & biology 2011
Bradley E Treeby Edward Z Zhang Alison S Thomas Ben T Cox

The ultrasound attenuation coefficient and dispersion from 0-70 MHz in whole human blood and its components (red blood cells and plasma) at 37°C is reported. The measurements are made using a fixed path substitution technique that exploits optical mechanisms for the generation and detection of ultrasound. This allows the measurements to cover a broad frequency range with a single source and rec...

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

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

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"; } -->