mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-22 17:47:59 +02:00
fixed hardcoded values of nchip nchan etc from detPArameters
This commit is contained in:
@ -260,6 +260,26 @@ TEST_CASE("ctb_acquire_check_file_size", "[.cmdcall]") {
|
||||
test_ctb_acquire_with_receiver(test_ctb_config,
|
||||
num_frames_to_acquire, det, caller);
|
||||
}
|
||||
{
|
||||
testCtbAcquireInfo test_ctb_config;
|
||||
test_ctb_config.readout_mode = defs::TRANSCEIVER_ONLY;
|
||||
test_ctb_config.dbit_offset = 16;
|
||||
test_ctb_config.dbit_list.clear();
|
||||
test_ctb_config.dbit_reorder = true;
|
||||
set_ctb_config_state(det, test_ctb_config);
|
||||
test_ctb_acquire_with_receiver(test_ctb_config,
|
||||
num_frames_to_acquire, det, caller);
|
||||
}
|
||||
{
|
||||
testCtbAcquireInfo test_ctb_config;
|
||||
test_ctb_config.readout_mode = defs::ANALOG_ONLY;
|
||||
test_ctb_config.dbit_offset = 16;
|
||||
test_ctb_config.dbit_list.clear();
|
||||
test_ctb_config.dbit_reorder = true;
|
||||
set_ctb_config_state(det, test_ctb_config);
|
||||
test_ctb_acquire_with_receiver(test_ctb_config,
|
||||
num_frames_to_acquire, det, caller);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user