DiffractionExperiment: Remove frame summation (summation only on FPGA)

This commit is contained in:
2023-11-06 16:09:08 +01:00
parent fcd7612656
commit b2743072e6
18 changed files with 192 additions and 819 deletions
+1 -2
View File
@@ -151,8 +151,7 @@ TEST_CASE("RawToConvertedGeometry_Transform_AdjustMultipixels","[RawToConvertedG
DiffractionExperiment x(DetectorGeometry(20, 2, 0, 0, false));
x.DataStreams(4);
x.Mode(DetectorMode::Conversion);
x.Summation(2); // Ensure the image is 32-bit
x.Mode(DetectorMode::Conversion).FPGAOutputMode(JFJochProtoBuf::INT32);
REQUIRE(x.GetPixelDepth() == 4);
REQUIRE(x.GetModulesNum(0) == 5);