mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 07:20:01 +02:00
should show progress for each measurement, not collectively
This commit is contained in:
parent
921154e43a
commit
d6c4ec184a
@ -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;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user