mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
allowing receiver to know of gap pixels enable even in 4 bit mode, but not doing anything useful
This commit is contained in:
@ -545,6 +545,8 @@ class EigerData : public GeneralData {
|
||||
* @param dr dynamic range
|
||||
*/
|
||||
void SetGapPixelsEnable(bool b, int dr) {
|
||||
if (dr == 4)
|
||||
b = 0;
|
||||
switch((int)b) {
|
||||
case 1:
|
||||
nPixelsX = (256 * 2) + 3;
|
||||
|
Reference in New Issue
Block a user