diff --git a/detector_control/SLSDetectorWrapper.cpp b/detector_control/SLSDetectorWrapper.cpp index 7a952b57..994ce6ec 100644 --- a/detector_control/SLSDetectorWrapper.cpp +++ b/detector_control/SLSDetectorWrapper.cpp @@ -81,13 +81,11 @@ void SLSDetectorWrapper::Initialize(DiffractionExperiment& experiment, } } else if (det_type == DetectorType::EIGER) { - if (det.size() != 2 * experiment.GetModulesNum()) { logger.Error("Discrepancy in module number between DAQ and detector"); throw JFJochException(JFJochExceptionCategory::Detector, "Discrepancy in module number between DAQ and detector"); } - det.setDynamicRange(experiment.GetEigerBitDepth()); det.setInterruptSubframe(true); det.setTenGiga(true);