DiffractionExperiment: Remove indexing period (indexing works at the same pace as spot finding)
This commit is contained in:
@@ -110,7 +110,6 @@ TEST_CASE("JFJochBrokerParser_ParseFacilityConfiguration") {
|
||||
"pedestal_g2_frames": 333,
|
||||
"frame_time_us": 0.0012,
|
||||
"count_time_us": "950 us",
|
||||
"indexing_period_us": "5 ms",
|
||||
"spot_finding_period_us": " 2 ms",
|
||||
"preview_period_us": "1 s",
|
||||
"ipv4_subnet": "10.10.25.0"
|
||||
@@ -131,7 +130,6 @@ TEST_CASE("JFJochBrokerParser_ParseFacilityConfiguration") {
|
||||
REQUIRE(x.GetFrameTime().count() == 1200);
|
||||
|
||||
REQUIRE(x.GetImageCountTime().count() == 950);
|
||||
REQUIRE(x.GetIndexingPeriod().count() == 5000);
|
||||
REQUIRE(x.GetSpotFindingPeriod().count() == 2000);
|
||||
REQUIRE(x.GetPreviewPeriod().count() == 1000*1000);
|
||||
}
|
||||
Reference in New Issue
Block a user