mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 07:17:13 +02:00
print receiver configurations and some error messages upon exit
This commit is contained in:
@ -177,6 +177,13 @@ void qTabAdvanced::SetupWidgetWindow(){
|
||||
cout << "Getting ROI" << endl;
|
||||
updateROIList();
|
||||
|
||||
|
||||
// print receiver configurations
|
||||
if(myDet->getDetectorsType() != slsDetectorDefs::MYTHEN){
|
||||
cout << endl;
|
||||
myDet->printReceiverConfiguration();
|
||||
}
|
||||
|
||||
Initialization();
|
||||
|
||||
qDefs::checkErrorMessage(det,"qTabAdvanced::SetupWidgetWindow");
|
||||
|
Reference in New Issue
Block a user