SLSDetectorWrapper: Write which detector is initialized

This commit is contained in:
2025-09-23 13:12:11 +02:00
parent 4315517bfb
commit 21bac6169f
+2 -1
View File
@@ -12,7 +12,8 @@ void SLSDetectorWrapper::Initialize(DiffractionExperiment& experiment,
if (experiment.GetDetectorType() == DetectorType::DECTRIS)
throw JFJochException(JFJochExceptionCategory::InputParameterInvalid,
"DectrisDetectorWrapper needs PSI detector");
logger.Info("Initialize detector");
logger.Info("Initialize detector {}", experiment.GetDetectorSetup().GetDescription());
det_type = experiment.GetDetectorSetup().GetDetectorType();
try {
auto module_hostname = experiment.GetDetectorModuleHostname();