نتایج جستجو برای: laser mirror

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

1998
Mario A. Jimenez-Garate William W. Craig Charles J. Hailey

We describe a fast figure metrology system designed for the several thousand mirror quadrants in the High Energy Focusing Telescope (HEFT) balloon experiment. HEFT's multilayer coated hard x-ray optics will have ~ 1 arcminute HEW and operate at 20-80 keV. The optics are a conical approximation to the Wolter-I configuration. Our automated system can measure the axial figure error, in-phase and o...

2009
Seungpyo Hong Jong-gil Ahn Heedong Ko Jinwook Kim

A mirror world, which is a virtual space modeling a physical space, attracts enormous interests from VR community recently. Various applications such as Second Life, Google Earth and Virtual Earth have proven their usefulness and potentialities. We introduce a novel method to build a mirror world by acquiring environment data represented as a point cloud. Since our system provides a streaming s...

2011
Silvestre Manzanera Michael A. Helmbrecht Carl J. Kempf Austin Roorda

The performance of a MEMS (micro-electro-mechanical-system) segmented deformable mirror was evaluated in an adaptive optics (AO) scanning laser ophthalmoscope. The tested AO mirror (Iris AO, Inc, Berkeley, CA) is composed of 37 hexagonal segments that allow piston/tip/tilt motion up to 5 μm stroke and ±5 mrad angle over a 3.5 mm optical aperture. The control system that implements the closed-lo...

2002
Z. KRZYZANOWSKI

There is an increasing need for broadband tunable lasers, with a narrow line-width, in the near-infrared region. Especially spectroscopists are interested in the region around 5/am, but also for laser-induced chemistry and air-pollution monitoring there are interesting applications for lasers in this wavelength region. A tunable cw CO laser will be a very attractive candidate because of its hig...

1997
Biplab Bhawal

A method of real-time dynamical simulation for laser interferometric gravitational wave detectors is presented. The method is based on a digital filtering approach and a number of important physical points understood by a step-by-step investigation of two-mirror cavities, a three-mirror coupled cavity, and a full-length power-recycled interferometer with mirrors having longitudinal motion. The ...

2008
J. Kawanaka

A new diode-pumped laser fusion driver has been conceptually designed. The output power is 1.2 MJ and 0.1 MJ for a compression laser and a heating laser, respectively, at 16 Hz repetition rate and 17% electrical-optical efficiency. We have proposed two new technologies into the laser system to improve its laser output characteristics dramatically. One is cryogenic Yb:YAG ceramics as a laser mat...

Journal: :Physical review. E, Statistical, nonlinear, and soft matter physics 2004
G Doumy F Quéré O Gobert M Perdrix Ph Martin P Audebert J C Gauthier J-P Geindre T Wittmann

Improving the temporal contrast of ultrashort and ultraintense laser pulses is a major technical issue for high-field experiments. This can be achieved using a so-called "plasma mirror." We present a detailed experimental and theoretical study of the plasma mirror that allows us to quantitatively assess the performances of this system. Our experimental results include time-resolved measurements...

2001
W. Huang

A tuning element has been constructed using micro-opto-electro-mechanical systems (MOEMS) technology for Littman configuration external cavity tunable lasers. The device is fabricated by deep reactive ion etching of bonded silicon-on-insulator, using a single layer of patterning to integrate a fixed grating and a mirror that is rotated about a virtual pivot by an electrostatic comb drive. The m...

Journal: :Optics express 2010
Ki-Nam Joo Jonathan D Ellis Eric S Buice Jo W Spronck Robert H Munnig Schmidt

A high resolution heterodyne laser interferometer without periodic nonlinearity for linear displacement measurements is described. It uses two spatially separated beams with an offset frequency and an interferometer configuration which has no mixed states to prevent polarization mixing. In this research, a simple interferometer configuration for both retroreflector and plane mirror targets whic...

2007
R. L. Jacobsen A. A. Goshtasby J. Britton D. Smith

Silicon carbide mirrors are sought for a variety of aerospace applications. While optical polishing techniques are straight forward for flat and spherical surfaces, material removal rates for this hard, brittle material are too low for affordable processing of conventionally machined, ground, or as-produced surfaces. The problem is more severe for aspheres. This paper reports on the use of pico...

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

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

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