نتایج جستجو برای: gamma ray spectrometer

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

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2011
Harry Y McSween Ralph L McNutt Thomas H Prettyman

Measurements by instruments on spacecraft have significantly advanced cosmochemistry. Spacecraft missions impose serious limitations on instrument volume, mass, and power, so adaptation of laboratory instruments drives technology. We describe three examples of flight instruments that collected cosmochemical data. Element analyses by Alpha Particle X-ray Spectrometers on the Mars Exploration Rov...

2006
B. J. Teegarden

We have carried out an extensive search for gamma-ray lines in the first year of public data from the Spectrometer (SPI) on the INTEGRAL mission. INTEGRAL has spent a large fraction of its observing time in the Galactic Plane with particular concentration in the Galactic Center (GC) region (∼ 3 Msec in the first year). Hence the most sensitive search regions are in the Galactic Plane and Center...

2007
J. D. Kurfess

The Oriented Scintillation Spectrometer Experiment (OSSE) on the COMPTON Gamma Ray Observatory has undertaken comprehensive observations of many galactic sources since launch in April 1991. These include investigations of binary X-ray sources, pulsars, several transient X-ray sources observed as Targets-ofOpportunity, and Nova Cygni 1992. Multiple observations of the galactic center region were...

2005
A. Rau A. v. Kienlin K. Hurley G. G. Lichti

We present the sample of gamma-ray bursts detected with the anti-coincidence shield ACS of the spectrometer SPI on-board INTEGRAL for the first 26.5 months of mission operation (up to Jan 2005). SPI-ACS works as a nearly omnidirectional gamma-ray burst detector above ∼80 keV but lacks spatial and spectral information. In this catalogue, the properties derived from the 50 ms light curves (e.g., ...

2001
MICHEL CASSÉ

We briefly review the fundamentals of nuclear gamma-ray line astronomy (radioactive astronomy), focusing on its role to decipher the intimate physics of supernovae, either immediatly (via 56 Co) or after a time delay (via 44 T i). All kinds of super-novae can be in principle tested through their radioactivities and their associated gamma-ray lines. Dedicated to the spectroscopy and imaging of c...

2004
A. von Kienlin

The spectrometer SPI is one of the main detectors of ESA’s INTEGRAL mission. The instrument offers two interesting and valuable capabilities for the detection of the prompt emission of Gamma-ray bursts. Within a field of view of 16 degrees, SPI is able to localize Gamma-ray bursts with an accuracy of 10 arcmin. The large anticoincidence shield, ACS, consisting of 512 kg of BGO crystals, detects...

Journal: :Applied radiation and isotopes : including data, instrumentation and methods for use in agriculture, industry and medicine 2010
Marina F Koskinas Ione M Yamazaki Ana C M Bessa Linda V E Caldas Mauro S Dias

Specific activity results of (51)Cr, (67)Ga, (99m)Tc and (201)Tl radioactive solutions, measured in different dose calibrators located at nuclear medicine services and in a calibrated HPGe gamma spectrometer, were compared. The HPGe spectrometer was calibrated in a well defined geometry by means of (60)Co, (133)Ba, (152)Eu, (166m)Ho and (241)Am sources, previously standardized in a 4pibeta-gamm...

Journal: :Applied radiation and isotopes : including data, instrumentation and methods for use in agriculture, industry and medicine 2009
J S Elisabeth Wieslander Mikael Hult Joël Gasparro Gerd Marissens Marcin Misiaszek Werner Preusse

The technical details and performance of the newly developed Sandwich spectrometer for ultra low-level gamma-ray spectrometry are presented. The spectrometer, which consists of two HPGe detectors, an active muon shield and a lead/copper shield with a convenient and rapid opening mechanism, is located in an underground laboratory at a depth of 500 m water equivalent. The data is collected in lis...

2007
Simonetta Gentile

The Alpha Magnetic Spectrometer (AMS-02) will be installed on the International Space Station (ISS). The gamma rays can be measured through gamma conversion into ee pair, before reaching the Silicon Tracker or by measurement of a photon hitting directly the Electromagnetic Calorimeter (ECAL). AMS-02 will provide precise gamma measurements in the GeV energy range, which is particularly relevant ...

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

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

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