نتایج جستجو برای: holographic interferometry

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

2007

The holographic technology is not based on light penetration but on reflection of diffused laser beams from the artwork surface. Holography and related techniques involved in structural diagnosis do not require any sample removal or surface preparation and are safe for use on varnishes and pigments. In this context, the techniques can be classified as non-destructive, non-contact and non-invasive.

2013
Masahiro Ueda Kiichiro Kagawa Satoshi Yamazaki Yuji Yoshikawa Koichi Iwata

Holographic interferometry with a phase-modulated reference beam is applied to an acoustic holography. A very thin, flexible, optically reflective membrane, called a pellicle, is used in the liquid as an acousto-optic interface. The method involves three processes: the motion of a pellicle caused by an ultrasonic wave is recorded as an optical hologram using holographic interferometry; the opti...

2002
Jakob J. van Zyl Yunjin Kim

Recent advances in polarimetric SAR show promise for augmenting the capability of traditional interferometric SAR. In particular, a polarimetric topography technique provides useful slope information, and polarimetric interferometry may be used to decompose the response into vegetation and ground surface contributions. Here we discuss an integrated approach that utilizes the combined capability...

2012
Mohesh Moothanchery Izabela Naydenova Viswanath Bavigadda Suzanne Martin Vincent Toal

Polymerisation induced shrinkage is one of the main reasons why photopolymer materials are not more widely used for holographic applications. The aim of this study is to evaluate the shrinkage in an acrylamide photopolymer layer during holographic recording using holographic interferometry. Shrinkage in photopolymer layers can be measured by real time capture of holographic interferograms durin...

2017
Max Lesaffre Nicolas Verrier Michael Atlan Michel Gross M. Lesaffre N. Verrier M. Atlan M. Gross

An experimental study on how reconstructed image signal and noise scale with the holographic acquisition and reconstruction parameters is proposed. Comparison with Monte-carlo simulations is performed to emphasize that the measured noise is the shot-noise. OCIS codes: (090.0090) Holography; (090.1995) Digital Holography; (120.2880) Holographic Interferometry

2011
Kees Wapenaar Filippo Broggini Roel Snieder

With seismic interferometry one can retrieve the response to a virtual source inside an unknown medium, assuming there is a receiver at the position of the virtual source. In a companion paper, Broggini et al. show that for the 1D situation the requirement of having an actual receiver inside the medium can be circumvented. They show that the virtual source response can be obtained from reflecti...

2008
Jan Thorbecke

Seismic interferometry can be used to construct the Green’s function between two buried receivers in the subsurface. To construct the exact Green function sources should be placed at a surface enclosing the buried receivers. In practice sources could only be placed at the surface, and spurious events are introduced in the constructed Green’s function. The origin of these spurious events are ana...

Journal: :Optics letters 1991
R C Troth J C Dainty

Anisotropic self-diffraction in photorefractive Bi(12)SiO(20) crystals is applied to the investigation of dynamic holographic recording through the diffusion process. Specific attention is paid to optimization of experimental parameters for real-time holographic interferometry. The resultant interferometer is applied to obtain both timeaverage and double-exposure interferograms of vibrating and...

2008
Peter T. Timbie Greg S. Tucker

Interferometry offers an alternative to imaging of the CMB. Some systematic errors may be easier to control than in the imaging case. Adding interferometry is capable of correlating signals from a large number of antennas, more than is currently possible with traditional multiplying interferometers. Many of the technologies required for a space-based adding interferometer for CMB studies are th...

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

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

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