نتایج جستجو برای: corneal wavefront aberration

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

Journal: :American journal of ophthalmology 2012
J Bradley Randleman

PURPOSE To report refractive, topographic, aberrometric, and tomographic outcomes 24 months after corneal cross-linking (CXL) in patients up to 18 years of age with progressive keratoconus. DESIGN Prospective, interventional case series. METHODS Forty eyes underwent riboflavin-ultraviolet A-induced CXL. Uncorrected visual acuity (UCVA), best spectacle-corrected visual acuity (BSCVA), sphere...

Journal: :Vision Research 2005
Tobias Buehren Michael J. Collins Leo G. Carney

We undertook a detailed analysis of the wavefront aberrations of the eyes of 20 young progressing myopes (mean age=22 years; mean spherical equivalent=-3.84 D, range -1.00 to -7.5 D) and twenty young age matched emmetropes (mean age=23 years; mean spherical equivalent=-0.00 D, range +0.25 to -0.25 D). A wavefront sensor was used to measure the ocular wavefront and a videokeratoscope was used to...

Journal: :Sensors 2021

Background: It is known that pterygia above a certain size cause astigmatism and other aberrations of the human cornea thus impair quality vision. Exclusive Sr-/Ytt-90 beta irradiation highly effective treatment for primary pterygia. The aim this retrospective study to determine extent which higher order corneal are affected by treatment. Methods: Evaluation topographies wavefront aberration da...

2010
MARCO LOMBARDO GIUSEPPE LOMBARDO

SEPTEMBER 2010 CATARACT & REFRACTIVE SURGERY TODAY EUROPE 35 T he introduction of wavefront-sensing techniques to ophthalmology has redefined the clinical meaning of refractive error. Now, all imperfections in the components and materials within the eye that cause light rays to deviate from their desired path are referred to as optical aberrations. Lower-order aberrations (defocus and astigmati...

2015
Zeynep Altıparmak Ramazan Yağcı Emre Güler Zeynel Arslanyılmaz Metin Canbal İbrahim F. Hepşen

OBJECTIVES To assess the repeatability and reproducibility of anterior segment measurements including aberrometric measurements provided by a dual Scheimpflug analyzer (Galilei) system in normal eyes. MATERIALS AND METHODS Three repeated consecutive measurements were taken by two independent examiners. The following were evaluated: total corneal power and posterior corneal power, corneal high...

Journal: :Journal of microscopy 2016
Martin Skorsetz Pablo Artal Juan M Bueno

A wavefront sensorless adaptive optics technique was combined with a custom-made multiphoton microscope to correct for specimen-induced aberrations. A liquid-crystal-on-silicon (LCoS) modulator was used to systematically generate Zernike modes during image recording. The performance of the instrument was evaluated in samples providing different nonlinear signals and the benefit of correcting hi...

Journal: :Journal of the Optical Society of America. A, Optics, image science, and vision 2014
Jacopo Antonello Tim van Werkhoven Michel Verhaegen Hoa H Truong Christoph U Keller Hans C Gerritsen

Optical aberrations have detrimental effects in multiphoton microscopy. These effects can be curtailed by implementing model-based wavefront sensorless adaptive optics, which only requires the addition of a wavefront shaping device, such as a deformable mirror (DM) to an existing microscope. The aberration correction is achieved by maximizing a suitable image quality metric. We implement a mode...

Journal: :Journal of the Optical Society of America. A, Optics, image science, and vision 2012
Jacopo Antonello Michel Verhaegen Rufus Fraanje Tim van Werkhoven Hans C Gerritsen Christoph U Keller

Wavefront sensorless adaptive optics methodologies are widely considered in scanning fluorescence microscopy where direct wavefront sensing is challenging. In these methodologies, aberration correction is performed by sequentially changing the settings of the adaptive element until a predetermined image quality metric is optimized. An efficient aberration correction can be achieved by modeling ...

Journal: :Journal of optometry 2015
George Papamastorakis Sophia Panagopoulou Militadis K Tsilimbaris Ioannis G Pallikaris Sotiris Plainis

PURPOSE The primary objective of the study was to explore the statistics of ocular higher-order aberrations in a population of primary and secondary school children. METHODS A sample of 557 children aged 10-15 years were selected from two primary and two secondary schools in Heraklion, Greece. Children were classified by age in three subgroups: group I (10.7±0.5 years), group II (12.4±0.5 yea...

Journal: :European journal of ophthalmology 2017
Diego de Ortueta Sam Arba-Mosquera

PURPOSE To investigate refractive outcomes and induction of corneal higher order aberrations (HOA) in eyes that underwent laser-assisted in situ keratomileusis (LASIK) for high hyperopia correction using an aberration neutral profile with corneal vertex centration and asymmetric offset. METHODS A total of 24 consecutive patients (38 eyes) who underwent LASIK by one surgeon using AMARIS 750S e...

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

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

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