Created by sebastien.popoff on 21/10/2019

Tutorials Spatial Light Modulators

How to generate macropixel patterns for SLMs/DMDs with the Layout module

In many wavefront shaping experiments, such as for optimization experiments, like the seminal work by I. Vellkoop and A. Mosk, or for measuring the transmission matrix, one needs to control the amplitude and/or the phase of the field on a given number of macropixels (i.e. groups of pixels). Using DMDs, amplitude, and phase modulation can be achieved using the Lee hologram method and then sending the binary images to the device using the for ALP4lib in Python for Vialux DMDs. I released here a module written by M. W. Matthès and myself to easily and efficiently generate such patterns. The code can be found on my Github account here as well as an amplitude and phase modulation example: layout_amplitude_phase_modulation.ipynb.

See full post
Created by sebastien.popoff on 07/08/2019

Tutorials Spatial Light Modulators

Setting up a DMD/SLM: Aberration effects

Digital Micromirror Devices (DMDs) are amplitude only (binary) modulators, however, pretty much like liquid crystal modulators, they introduce some phase distortion. Practically, it means that if one illuminates the modulator with a plane wave, even when all the pixels are set to the same value, the wavefront shows phase distortions after reflection. That can be detrimental, especially when working in a plane conjugated with the Fourier plane of the DMD surface. Fortunately, using the Lee hologram method or the superpixel method, one can achieve phase modulation. I present here how to use Lee holograms to characterize and compensate for aberrations when using a DMD. This approach can also be applied for compensating for aberration effects in other types of Spatial Light Modulators, such as liquid crystal ones.

See full post
Created by sebastien.popoff on 21/09/2018

Tutorials Spatial Light Modulators

How to calibrate linearly aligned nematic liquid crystal based SLMs

 

I previously posted a tutorial presenting a technique to calibrate spatial light modulators (SLMs). The approach was based on measuring the interference between two paths that have been reflected off two different regions of the SLM. This technique is always valid but requires aligning a mask, using a lens, and capturing and processing images of interference patterns. Nowadays, most phase-only SLMs based on liquid crystals use linearly aligned nematic crystals. Unlike twisted nematic liquid crystals, they allow phase-only modulation on one polarization while not affecting the orthogonal polarization. This feature can be used to simplify the calibration setup to characterize the SLM with a common path interferometer, not requiring a precise alignment [1]. Furthermore, it only needs a photo-detector, compared to a digital camera in the previously presented approach. This is convenient to measure the inevitable phase fluctuations of an SLM, usually around a 100 to 400 Hz frequency. In this document, we briefly describe the principle of the characterization scheme as presented in [2] and show typical results of the calibration and phase fluctuations.

Written by Paul Balondrade and Sébastien M. Popoff

See full post
Created by sebastien.popoff on 29/10/2016

Tutorials Spatial Light Modulators

Setting up a DMD: Diffraction effects

I recently acquired a Digital Micromirror Device (DMD) and when I started setting up the experiment, I faced a problem I did not anticipate which is closely related to blazed gratings. Due to the fact that the surface of a DMD is not flat, diffraction orders are shifted compared to the optical axis. This shift depends on the pixel pitch, the wavelength, and the incident angle. A close look at this diffraction phenomenon is important to configure an experimental setup properly. It is even relevant to consider this effect before choosing the appropriate DMD model to buy.

See full post