Skip to content

DiamondLightSource/adPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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