mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-08 17:18:42 +01:00
rx_roi also accepts sequence of 2 ints
This commit is contained in:
@@ -46,7 +46,7 @@ Experimental support for building the detector client (including python bindings
|
||||
Python
|
||||
-------
|
||||
|
||||
* receiver ROI can be set from Python using command ``rx_roi``(it supports any sequence of four ints e.g. a tuple (xmin, xmax, ymin, ymax) or a sequence of such for multiple ROIS)
|
||||
* receiver ROI can be set from Python using command ``rx_roi``(it supports any sequence of four or two (for mythen3 and gotthard) ints e.g. a tuple (xmin, xmax, ymin, ymax) or a sequence of such for multiple ROIS)
|
||||
* one can clear all ROI's from Python using command ``rx_clearroi``
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user