mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-06 14:34:13 +02:00
Simulate 2x2 detector
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user