mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 22:40:02 +02:00
fix
This commit is contained in:
parent
3570795469
commit
44424bcbe3
@ -542,8 +542,8 @@ TEST_CASE("fliprows", "[.cmd]") {
|
||||
auto det_type = det.getDetectorType().squash();
|
||||
bool jungfrauhw2 = false;
|
||||
if (det_type == defs::JUNGFRAU &&
|
||||
det.getSerialNumber().tsquash("inconsistent serial number to test") &
|
||||
0x20000) {
|
||||
!(det.getSerialNumber().tsquash("inconsistent serial number to test") &
|
||||
0x20000)) {
|
||||
jungfrauhw2 = true;
|
||||
}
|
||||
if (det_type == defs::EIGER || jungfrauhw2) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user