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)
- Host: GitHub
- URL: https://github.com/klauer/pyzygo
- Owner: klauer
- Created: 2013-12-06T19:58:38.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-06T20:23:07.000Z (about 12 years ago)
- Last Synced: 2025-01-17T16:51:47.262Z (11 months ago)
- Language: Python
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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