* Enhancements for XFEL

* Enhancements for EIGER
* Writer is more flexible and capable of handling DECTRIS data
This commit is contained in:
2024-03-05 20:41:47 +01:00
parent 71d862b706
commit d315506633
165 changed files with 5440 additions and 2230 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ void test_puller(ZMQImagePuller *puller,
}
// frame is END
auto end = puller->GetEndMessage();
if (end.write_master_file != (writer_id == 0))
if ((!end.write_master_file) || (end.write_master_file.value() != (writer_id == 0)))
diff_content[writer_id]++;
}