DiffractionExperiment: Rename GetFPGAOutputDepth -> GetPixelDepth and GetFPGASummation -> GetSummation
This commit is contained in:
@@ -12,7 +12,6 @@ TEST_CASE("DetectorSetup_MismatchInSize") {
|
||||
TEST_CASE("DetectorSetup_ProtoBuf") {
|
||||
DetectorSetup setup(DetectorGeometry(4), "JF", {"mx1","mx2","mx3","mx4"});
|
||||
JFJochProtoBuf::Detector detector = setup;
|
||||
REQUIRE(detector.type() == JFJochProtoBuf::JUNGFRAU);
|
||||
REQUIRE(detector.description() == "JF");
|
||||
REQUIRE(detector.module_hostname_size() == 4);
|
||||
REQUIRE(detector.module_hostname(3) == "mx4");
|
||||
|
||||
Reference in New Issue
Block a user