mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
THE REAL CHANGE: previous ones dont work:fixed bug gotthard server: dynamic gain and confgain values
This commit is contained in:
Binary file not shown.
@ -276,9 +276,9 @@
|
|||||||
|
|
||||||
|
|
||||||
/* settings/conf gain register */
|
/* settings/conf gain register */
|
||||||
#define GAIN_MASK 0x0000000f
|
#define GAIN_MASK 0x000000ff
|
||||||
#define GAIN_OFFSET 0
|
#define GAIN_OFFSET 0
|
||||||
#define SETTINGS_MASK 0x000000f0
|
#define SETTINGS_MASK 0x0000ff00
|
||||||
#define SETTINGS_OFFSET 8
|
#define SETTINGS_OFFSET 8
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user