mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-09 03:20:42 +02:00
debugging
This commit is contained in:
parent
404323e13a
commit
7aae906c62
@ -749,7 +749,7 @@ int qDrawPlot::GetDataCallBack(detectorData *data, int fIndex, int subIndex, voi
|
|||||||
|
|
||||||
|
|
||||||
int qDrawPlot::GetData(detectorData *data,int fIndex, int subIndex){
|
int qDrawPlot::GetData(detectorData *data,int fIndex, int subIndex){
|
||||||
#ifdef VERYVERBOSE
|
//#ifdef VERYVERBOSE
|
||||||
cout << "******Entering GetDatafunction********" << endl;
|
cout << "******Entering GetDatafunction********" << endl;
|
||||||
cout << "fIndex " << fIndex << endl;
|
cout << "fIndex " << fIndex << endl;
|
||||||
cout << "subIndex " << subIndex << endl;
|
cout << "subIndex " << subIndex << endl;
|
||||||
@ -760,7 +760,7 @@ int qDrawPlot::GetData(detectorData *data,int fIndex, int subIndex){
|
|||||||
cout << "values " << data->values << endl;
|
cout << "values " << data->values << endl;
|
||||||
cout << "errors " << data->errors << endl;
|
cout << "errors " << data->errors << endl;
|
||||||
cout << "angle " << data->angles << endl;
|
cout << "angle " << data->angles << endl;
|
||||||
#endif
|
//#endif
|
||||||
if(!stop_signal){
|
if(!stop_signal){
|
||||||
|
|
||||||
//set progress
|
//set progress
|
||||||
|
Loading…
x
Reference in New Issue
Block a user