DiffractionExperiment: Move internal variables to a C++ structure
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user