v1.0.0-rc.43
This commit is contained in:
@@ -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});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user