LIMA Project¶
LIMA (Library for IMage Acquisition) 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 specification
- Overview: General description of the library architecture
- Control Layer: The common software control layer, providing unique client interface
- Hardware Layer: The hardware interface implementing specific detector control
- User guide: A guide for C++/Python programmers
- Reference manual: The library reference
- Camera Plugin Programming tutorial: how to program a new camera plugin?