v1.0.0-rc.43

This commit is contained in:
2025-06-13 16:00:50 +02:00
parent 32c9e6926e
commit 80251cc5b8
154 changed files with 912 additions and 148 deletions
+4
View File
@@ -438,6 +438,10 @@ TEST_CASE("JFJochIntegrationTest_ZMQ_lysozyme_spot_and_index_grid", "[JFJochRece
CHECK(receiver_out.status.images_sent == experiment.GetImageNum());
CHECK(!receiver_out.status.cancelled);
REQUIRE(receiver_out.grid_scan_result);
CHECK(receiver_out.grid_scan_result->det_img.size() == 9);
CHECK(receiver_out.grid_scan_result->indexing_solution.size() == 9);
auto grid_scan_out = service.GetDataProcessingPlot(
PlotRequest{.type = PlotType::IndexingRate, .experimental_coord = true});