Skip to content

Commit

Permalink
Merge branch 'doc-fix' into 'master'
Browse files Browse the repository at this point in the history
fixed doc mistake for image_roi attribute

See merge request limagroup/Lima-tango-python!107
  • Loading branch information
claustre committed Nov 15, 2024
2 parents 0db3a26 + b6f4790 commit 819ebb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@ image_width ro DevLong Width size of the detector in pixel
image_height ro DevLong Height size of the detector in pixel
image_sizes ro DevULong[4] Signed(0-unsigned,1-signed), depth(nb bytes), width and height
image_max_dim ro DevULong[2] Maximum image dimension, width and height in pixel
image_roi rw DevLong[4] Region Of Interest on image, [0] = Begin X, [1] = End X,
[2] Begin Y, [3] = End Y, default ROI is [0,0,0,0] (no ROI)
image_roi rw DevLong[4] Region Of Interest on image, [0] = Begin X, [1] = Begin Y,
[2] = Width, [3] = Height, default ROI is [0,0,0,0] (no ROI)
image_bin rw DevLong[2] Binning on image, [0] = Binning factor on X, [1] =
Binning factor on Y. Default binning is 1 x 1
image_flip rw DevBoolean[2] Flip on the image, [0] = flip over X axis, [1] flip over Y
Expand Down

0 comments on commit 819ebb8

Please sign in to comment.