Simulate 2x2 detector

This commit is contained in:
2021-07-19 14:43:57 +02:00
parent 32eab833fd
commit 3dd6589444
+3
View File
@@ -63,6 +63,9 @@ int main(int argc, char **argv) {
#ifdef USE_EIGER
send_udp_buffer.framenum = image_id;
send_udp_buffer.bunchid = image_id + 100;
send_udp_buffer.row = i_module / 2;
send_udp_buffer.column = i_module %2;
#else
send_udp_buffer.framenum = image_id+100;
send_udp_buffer.bunchid = image_id;