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

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

Journal: :Applied optics 1998
Q Pan T Zhang Y Zhang R Li K Peng Z Yu Q Lu

A frequency-doubled and frequency-stabilized ring Nd:YAP laser with a six-mirror cavity is demonstrated. This laser satisfies both the thermal insensitivity and optimal frequency-doubling conditions. A second-harmonic output to 1 W at 0.54 mum is achieved. The intensity fluctuation is less than ?1.5% and the frequency stability is better than ?1 MHz (5 min).

Journal: :Optics letters 2000
F Druon F Balembois P Georges A Brun A Courjaud C Hönninger F Salin A Aron F Mougel G Aka D Vivien

A diode-pumped Yb>(3+):Ca(4)GdO(BO>(3))(3) (Yb:GdCOB) laser generating 90-fs pulses at a center wavelength of 1045 nm is demonstrated. This is, to our knowledge, the shortest pulse duration obtained from an ytterbium laser with a crystalline host. This laser is mode locked with a high-finesse semiconductor saturable-absorber mirror and emits 40 mW of average power at a repetition rate of 100 MHz.

2017
Virgil-Florin DUMA Aurel Vlaicu

The study analyzes Polygonal Mirror (PM) scanning heads for one of their most utilized setups: with an off-axis PM and the incident parallel laser beam orthogonal to the optical axis of the objective lens. The study places under the umbrella of the same theory systems that range from PMs with a small number of facets (e.g., industrial measurements) to PMs with a large number of facets as for hi...

Journal: :Physical review letters 2014
Tomasz M Grzegorczyk Johann Rohner Jean-Marc Fournier

Trapping of mesoscopic particles by optical forces usually relies on the gradient force, whereby particles are attracted into optical wells formed by landscaping the intensity of an optical field. This is most often achieved by optical Gaussian beams, interference patterns, general phase contrast methods, or other mechanisms. Hence, although the simultaneous trapping of several hundreds of part...

2016
Abhishek Kasturi Veljko Milanovic Bryan H. Atwood James Yang

Firstly, we demonstrated a wirelessly controlled MEMS scan module with imaging and laser tracking capability which can be mounted and flown on a small UAV quadcopter. The MEMS scan module was reduced down to a small volume of <90mm x 60mm x 40mm, weighing less than 40g and consuming less than 750mW of power using a ~5mW laser. This MEMS scan module was controlled by a smartphone via Bluetooth w...

2013
A. Hassanein

Photon sources for extreme ultraviolet lithography (EUVL) are still facing challenging problems to achieve high volume manufacturing in the semiconductor industry. The requirements for high EUV power, longer optical system and components lifetime, and efficient mechanisms for target delivery have narrowed investigators towards the development and optimization of dual-pulse laser sources with hi...

Journal: :Physical review letters 2007
Thomas Corbitt Yanbei Chen Edith Innerhofer Helge Müller-Ebhardt David Ottaway Henning Rehbein Daniel Sigg Stanley Whitcomb Christopher Wipf Nergis Mavalvala

We report on a stable optical trap suitable for a macroscopic mirror, wherein the dynamics of the mirror are fully dominated by radiation pressure. The technique employs two frequency-offset laser fields to simultaneously create a stiff optical restoring force and a viscous optical damping force. We show how these forces may be used to optically trap a free mass without introducing thermal nois...

2003
Andrea Fasano Marco Callieri Paolo Cignoni Roberto Scopigno

This paper proposes and evaluates the use of a mirror for improving the scanning process when using laser-stripe acquisition devices. We propose to exploit mirrors for two different purposes: automatizing the 3D acquisition process and allowing the scanning of hard-to-reach parts. The combined use of a flat mirror and a rotary table allows to scan, in a completely automatic and unattended manne...

2001
A. V. Smirnov D. Yu

Abstract Fresnel diffraction dominated fields propagating at glancing angles in a wide planar and rectangular optical waveguides are considered. Both schemes are characterized numerically with multi-harmonic interaction. Resonant effect in terms of the energy gain versus geometry parameter is demonstrated. It is found that adjacent harmonics play a dominant role in the performance at short wave...

2014
Erich P. Ippen Elihu Thompson Hanfei M. Shen

A prismless ultrafast Cr4*:YAG laser has been designed and constructed. Intracavity dispersion in this laser is compensated through the use of double-chirped mirrors, in contrast to previous work, which used fused silica prisms. The resonator design for Kerr lens modelocking has been optimized through the use of numerical simulation programs, based on the ABCD transfer matrix formalism. Pulses ...

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

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

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