SLSDetectorWrapper: Write which detector is initialized
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user