dls-controls / adPython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adPython

adPython is an areaDetector plugin that embeds Python to allow areaDetector image data to be processed by Python scripts.

The Python scripts are loaded from files thus allowing changes to be made at run-time without recompiling. Also, third party Python modules may be used thus providing access to a large collection of modules such as NumPy and OpenCV for image data processing.

Dependencies

Installing Python Module Dependencies with pip

pip install numpy
pip install opencv-python-headless

Documentation

About


Languages

Language:Python 73.9%Language:C++ 22.0%Language:Makefile 4.1%