* Enhancements for XFEL
* Enhancements for EIGER * Writer is more flexible and capable of handling DECTRIS data
This commit is contained in:
@@ -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]++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user