mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-05 20:30:03 +02:00
incorrect counter mask tested
This commit is contained in:
parent
dca0edcfcc
commit
d4a1044fce
@ -47,7 +47,7 @@ TEST_CASE("mythen3_acquire_check_file_size", "[.cmdcall]") {
|
|||||||
// set default specific det type config
|
// set default specific det type config
|
||||||
det.setDynamicRange(16);
|
det.setDynamicRange(16);
|
||||||
int test_counter_mask = 0x1;
|
int test_counter_mask = 0x1;
|
||||||
int num_counters = __builtin_popcount(counter_mask);
|
int num_counters = __builtin_popcount(test_counter_mask);
|
||||||
det.setCounterMask(test_counter_mask);
|
det.setCounterMask(test_counter_mask);
|
||||||
|
|
||||||
// acquire
|
// acquire
|
||||||
|
Loading…
x
Reference in New Issue
Block a user