got rid of <0.00015 rate correction error check

This commit is contained in:
Dhanya Maliakal
2016-08-04 17:27:45 +02:00
parent 29ba1f4042
commit ef9d64de64
4 changed files with 2 additions and 10 deletions

View File

@ -5066,8 +5066,6 @@ int slsDetector::setRateCorrection(double t){
controlSocket->ReceiveDataOnly(mess,sizeof(mess));
std::cout<< "Detector returned error: " << mess << std::endl;
setErrorMask((getErrorMask())|(COULD_NOT_SET_RATE_CORRECTION));
if(strcasestr(mess,"tau/subexptime"))
setErrorMask((getErrorMask())|(RATE_CORRECTION_TAU_SUBEXPOSURE));
}
disconnectControl();
if (ret==FORCE_UPDATE)