* Enhancements for XFEL
* Enhancements for EIGER * Writer is more flexible and capable of handling DECTRIS data
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#include "../common/JFJochException.h"
|
||||
#include "../common/Definitions.h"
|
||||
#include "../jungfrau/jf_packet.h"
|
||||
#include "../jungfrau/sls_packet.h"
|
||||
|
||||
UDPSimulator::UDPSimulator(const std::vector<uint16_t> &in_image) : image(in_image) {
|
||||
if (image.size() != RAW_MODULE_SIZE)
|
||||
@@ -47,7 +47,7 @@ void UDPSimulator::SendImage(const std::string &ipv4_dest_addr,
|
||||
uint16_t half_module_number = 2 * module_number;
|
||||
jf_udp_payload packet{
|
||||
.framenum = frame_number,
|
||||
.xCoord = half_module_number
|
||||
.row = half_module_number
|
||||
};
|
||||
|
||||
for (int i = 0; i < 128; i++) {
|
||||
|
||||
Reference in New Issue
Block a user