HDF5 file writer - per file analysis
This commit is contained in:
@@ -105,7 +105,7 @@ TEST_CASE("JFJochIntegrationTest_ZMQ", "[JFJochReceiver]") {
|
||||
REQUIRE(statistics.detector_width() == 2068);
|
||||
REQUIRE(statistics.detector_height() == 2164);
|
||||
REQUIRE(statistics.detector_pixel_depth() == 2);
|
||||
|
||||
REQUIRE(statistics.file_statistics_size() == 2);
|
||||
fpga_receiver_server->Shutdown();
|
||||
writer_server->Shutdown();
|
||||
}
|
||||
@@ -393,6 +393,7 @@ TEST_CASE("JFJochIntegrationTest_ZMQ_3Writers", "[JFJochReceiver]") {
|
||||
REQUIRE(statistics.collection_efficiency() == 1.0);
|
||||
REQUIRE(statistics.images_collected() == nimages);
|
||||
REQUIRE(statistics.images_written() == nimages);
|
||||
REQUIRE(statistics.file_statistics_size() == 5);
|
||||
|
||||
fpga_receiver_server->Shutdown();
|
||||
writer_server_0->Shutdown();
|
||||
|
||||
Reference in New Issue
Block a user