mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 07:01:33 +01:00
edited getdatafromdetector to not stop detector for eiger
This commit is contained in:
Binary file not shown.
@@ -622,10 +622,10 @@ int startStateMachine(){
|
||||
|
||||
|
||||
int stopStateMachine(){
|
||||
printf("Going to stop acquisition\n");
|
||||
cprintf(BG_RED,"Going to stop acquisition\n");
|
||||
if(Feb_Control_StopAcquisition() & Beb_StopAcquisition())
|
||||
return OK;
|
||||
printf("failed to stop acquisition\n");
|
||||
cprintf(BG_RED,"failed to stop acquisition\n");
|
||||
return FAIL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user