DiffractionExperiment: Move internal variables to a C++ structure

This commit is contained in:
2023-11-14 11:54:51 +01:00
parent e85988dfa2
commit f778a35e6f
19 changed files with 490 additions and 511 deletions

View File

@@ -151,7 +151,7 @@ TEST_CASE("RawToConvertedGeometry_Transform_AdjustMultipixels","[RawToConvertedG
DiffractionExperiment x(DetectorGeometry(20, 2, 0, 0, false));
x.DataStreams(4);
x.Mode(DetectorMode::Conversion).FPGAOutputMode(JFJochProtoBuf::INT32);
x.Mode(DetectorMode::Conversion).FPGAOutputMode(FPGAPixelOutput::Int32);
REQUIRE(x.GetPixelDepth() == 4);
REQUIRE(x.GetModulesNum(0) == 5);