Python code to use a spatial light modulator (SLM).
- support for the vortex and top-hat phase masks in stimulated emission depletion (STED) microscopy
- aberration control via Zernike polynomials
- support for multiple pupils over the same SLM window
The easiest way to install slmtools is to first install Anaconda for
Python 3. After that, open an Anaconda Prompt, type pip install --user --upgrade slmtools and hit enter to install
slmtools.
To start up the GUI, open Anaconda Prompt, type python -m slmtools.gui and
hit enter.
To install slmtools in Windows, follow the steps below.
- You should first install the following software requirements:
- Anaconda for Python 3. This includes Python as well as some necessary scientific libraries.
- Git. This is necessary for the automatic version numbering of this package. Also, make sure you choose Git from the command line and also 3rd-party software in Adjusting your PATH environment.
- Clone this repository using Git. From any folder in File Explorer,
right-click and hit Git Bash here. Paste
git clone https://github.com/jacopoantonello/slmtoolsand hit enter. Do not use GitHub's Download ZIP button above, as the installation script will not work in that case. - Finally, double-click on
install.bat.
To run the GUI, double-click on run.bat.
