mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 00:55:11 +01:00
got rid of <0.00015 rate correction error check
This commit is contained in:
@@ -546,7 +546,7 @@ int64_t setRateCorrection(int64_t custom_tau_in_nsec){//in nanosec (will never b
|
||||
if(ret<=0){
|
||||
cprintf(RED,"Rate correction failed. Deactivating rate correction\n");
|
||||
Feb_Control_SetRateCorrectionVariable(0);
|
||||
return ret;//-1 is for tau/subexptime error, 0 for all other errors
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
//activating rate correction
|
||||
|
||||
Reference in New Issue
Block a user