mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
removing receiver print config from gui
This commit is contained in:
@ -191,12 +191,13 @@ void qTabAdvanced::SetupWidgetWindow(){
|
|||||||
cout << "Getting ROI" << endl;
|
cout << "Getting ROI" << endl;
|
||||||
if (myDet->getDetectorsType() == slsDetectorDefs::GOTTHARD)
|
if (myDet->getDetectorsType() == slsDetectorDefs::GOTTHARD)
|
||||||
updateROIList();
|
updateROIList();
|
||||||
|
#ifdef VERYVERBOSE
|
||||||
// print receiver configurations
|
// print receiver configurations
|
||||||
if(myDet->getDetectorsType() != slsDetectorDefs::MYTHEN){
|
if(myDet->getDetectorsType() != slsDetectorDefs::MYTHEN){
|
||||||
cout << endl;
|
cout << endl;
|
||||||
myDet->printReceiverConfiguration();
|
myDet->printReceiverConfiguration();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
Initialization();
|
Initialization();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user