lenstest

by Scott Prahl

https://img.shields.io/pypi/v/lenstest.svg https://colab.research.google.com/assets/colab-badge.svg https://mybinder.org/badge_logo.svg https://img.shields.io/badge/readthedocs-latest-blue.svg https://img.shields.io/badge/github-code-green.svg https://img.shields.io/badge/MIT-license-yellow.svg

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

  1. Install with pip:

    pip install --user lenstest
    
  2. or run this code in the cloud using Google Collaboratory by selecting the Jupyter notebook that interests you.

  3. 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.

  4. 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.