...
Moreover, in configuration can be set if the sums of calculated ROIs should be sent to LavueController tango server.
The folowing sardana environment variables
- DetectorROIs: JSON dictionarywith all Regions Of Interests ranges, e.g.
{"pilatus_roi1": [[67, 131, 124, 153]], "pilatus_roi1":[[195, 278, 73, 146]]}
- DetectorROIsValues: JSON dictionary with Regions Of Interests sums, e.g.
{"pilatus_roi1": [8167.0], "pilatus_roi2": [44940.0]}
- DetectorROIsParams: JSON list of image transformations performed by lavue, e.g.
["transpose", "flip-left-right", "flip-up-down"]
- DetectorROIsOrder: JSON list of ROI aliases representing they order, e.g.
["pilatusroi1", "pilatusroi2"]