mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 08:10:02 +02:00
changed
This commit is contained in:
parent
58228ed00f
commit
1c073b70bd
Binary file not shown.
@ -1876,9 +1876,9 @@ int read_frame(int file_des) {
|
||||
|
||||
#ifdef MCB_FUNCS
|
||||
waitForAcquisitionEnd();
|
||||
if (getFrames()>-2) {
|
||||
if (getFrames()+1>0) {
|
||||
dataret=FAIL;
|
||||
sprintf(mess,"no data and run stopped: %d frames left\n",(int)(getFrames()+2));
|
||||
sprintf(mess,"no data and run stopped: %d frames left\n",(int)(getFrames()+1));
|
||||
} else {
|
||||
dataret=FINISHED;
|
||||
sprintf(mess,"acquisition successfully finished\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user