An open API service indexing awesome lists of open source software.

https://github.com/klauer/pyzygo

Python to zygo interferometer interface (mrc3 / MetroPro)
https://github.com/klauer/pyzygo

Last synced: 5 months ago
JSON representation

Python to zygo interferometer interface (mrc3 / MetroPro)

Awesome Lists containing this project

README

          

pyzygo
======

Python to zygo interferometer interface (mrc3 / MetroPro)

* Uses ctypes to interface with the mrc3 DLL
* Fixes GIL-related issues with callbacks via the `callback_fix` extension.

Installation
============

1. Copy `mrc3_client.*` (.h, .lib, .dll) to this directory. (I don't think I have the rights to distribute this)

2. Set distutils to use Visual Studio to compile C++ code.

3. python setup.py build install

4. Simple example in zygo.py