mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-24 00:28:42 +01: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