Skip to content

esrf-bliss/Lima-tango-python

Repository files navigation

License Gitter Conda Version Platform

LImA TANGO python server

This is the LImA TANGO python server. It has to be installed with a camera plugin, e.g Basler.

Install

In develop

pip install .

Camera python

conda install -c esrf-bcu lima-camera-basler

Tango device server

conda install -c tango-controls -c esrf-bcu lima-tango-server

Camera tango device server

conda install -c tango-controls -c esrf-bcu lima-basler-tango

LImA

Lima ( L ibrary for Im age A cquisition) is a project for the unified control of 2D detectors. The aim is to clearly separate hardware specific code from common software configuration and features, like setting standard acquisition parameters (exposure time, external trigger), file saving and image processing.

Lima is a C++ library which can be used with many different cameras. The library also comes with a Python binding and provides a PyTango device server for remote control.

Documentation

The documentation is available here

Tests

python -m pytest