mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 09:15:54 +01:00
should show progress for each measurement, not collectively
This commit is contained in:
@@ -155,10 +155,6 @@ int slsDetectorUtils::acquire(int delflag){
|
||||
*stoppedFlag=1;
|
||||
}
|
||||
|
||||
//resets frames caught in receiver
|
||||
resetFramesCaught();
|
||||
|
||||
|
||||
if(setReceiverOnline()==OFFLINE_FLAG)
|
||||
*stoppedFlag=1;
|
||||
}
|
||||
@@ -181,6 +177,11 @@ int slsDetectorUtils::acquire(int delflag){
|
||||
cout << " starting measurement "<< im << " of " << nm << endl;
|
||||
#endif
|
||||
|
||||
//resets frames caught in receiver
|
||||
if(receiver){
|
||||
resetFramesCaught();
|
||||
}
|
||||
|
||||
//cout << "data thread started " << endl;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user