lenstest
by Scott Prahl
A collection of routines for non-interferometric testing of lenses and mirrors.
This implementation contains code for
Foucault Knife Edge Test
Ronchi Ruling Test
Detailed documentation is at <https://lenstest.readthedocs.io>
Using lenstest
Install with
pip
:pip install --user lenstest
or run this code in the cloud using Google Collaboratory by selecting the Jupyter notebook that interests you.
use binder which will create a new environment that allows you to run Jupyter notebooks. This takes a bit longer to start, but it automatically installs
lenstest
.clone the lenstest github repository and then add the repository to your
PYTHONPATH
environment variable
License
lenstest is licensed under the terms of the MIT license.