Lima C++ TANGO device server

This is the C++ LimaDetector Tango device server developped at SOLEIL.

LimaDetector device server structure

This device server provides several Tango classes:

  • LimaDetector : Generic class for the standard camera control
  • CameraType : A camera specific class for the camera configuration (see the list below)
  • Optionnal classes:
  • RoiCounters : Allows to set Rois and get some statistic for each roi (sum, average, std …)
  • Layout : Allows to modify the original image (flip, rotation, additions …)
  • Mask : Allows to define a mask on the original image (force some pixels to 0)
  • FlatField : Allows to modify the original image by substracting a flatfield image (not yet available)
  • BackgroundSubstraction : Allows to modify the original image by substracting a background image (not yet available)