Skip to content

Commit 26b2a5d

Browse files
add another hartmann sensor reference and updated in paper.md
1 parent 3431649 commit 26b2a5d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

paper.bib

+15
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,21 @@ @inproceedings{shack1971production
199199
url={https://doi.org/10.1364/JOSA.61.000648}
200200
}
201201

202+
@misc{Paschottashack_hartmann_wavefront_sensors},
203+
author = {Paschotta, R.},
204+
publisher = {RP Photonics AG},
205+
title = {Shack–Hartmann Wavefront Sensors},
206+
abstract = {Shack--Hartmann sensors measure wavefront shapes and optical amplitude distributions. They are used in adaptive optics and laser beam characterization.},
207+
year = {},
208+
month = {},
209+
howpublished = {RP Photonics Encyclopedia},
210+
note = {{Available online at \url{https://www.rp-photonics.com/shack_hartmann_wavefront_sensors.html}},
211+
url = {https://www.rp-photonics.com/shack_hartmann_wavefront_sensors.html},
212+
doi = {10.61835/jcv" title="This link will reload the current page.},
213+
urldate = {2024-10-25},
214+
keywords = {Shack–Hartmann wavefront sensors}
215+
}
216+
202217
@inproceedings{cupy_learningsys2017,
203218
author = "Okuta, Ryosuke and Unno, Yuya and Nishino, Daisuke and Hido, Shohei and Loomis, Crissman",
204219
title = "CuPy: A NumPy-Compatible Library for NVIDIA GPU Calculations",

paper.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ In the example depicted in \autoref{fig:aberration}, we simulate the beam profil
9898
![Simulation of the beam profiles at the image plane with and without aberration correction. (a) Phase map of the input beam with $\mathbb{Z}_4^0$ spherical aberration. (b) Intensity profile of the input beam. (c) Intensity profile of the first order beam without aberration correction. (d) Intensity profile of the first order beam with aberration correction. (Source code: `examples/aberration_correction.py`) \label{fig:aberration}](aberration_correction.png)
9999

100100

101-
To obtain the phase map of the aberration, one can either use a wavefront sensor, such as a Shack–Hartmann sensor [@shack1971production], to measure the wavefront, or one can allow light from different parts of the Fourier plane to interfere with each other to reconstruct the aberration phase profile from the resulting interference patterns. For a detailed description of the latter method, one can refer to Shih et al. [@shih2021reprogrammable].
101+
To obtain the phase map of the aberration, one can either use a wavefront sensor, such as a Shack–Hartmann sensor [@shack1971production;@Paschottashack_hartmann_wavefront_sensors], to measure the wavefront, or one can allow light from different parts of the Fourier plane to interfere with each other to reconstruct the aberration phase profile from the resulting interference patterns. For a detailed description of the latter method, one can refer to Shih et al. [@shih2021reprogrammable].
102102

103103
## Hardware Controls
104104
`pySLM2` provides hardware controls for DMD controllers from both Visitech, INC and ViALUX GmbH. The controllers from these two companies use different communication protocols and architectures. The Visitech controller uses UDP over Ethernet, while the ViALUX controller uses USB3.

0 commit comments

Comments
 (0)