jungfrau bug fix: adc phase corrected to correctly return value in -1

This commit is contained in:
2018-03-08 14:02:02 +01:00
parent 28101bed22
commit 7649865a8f
7 changed files with 22 additions and 17 deletions

View File

@ -5685,6 +5685,9 @@ string slsDetectorCommand::cmdSpeed(int narg, char *args[], int action) {
return string("cannot scan speed value ")+string(args[1]);
}
// -1 could work
else if (cmd=="adcphase")
t = 65536;
myDet->setOnline(ONLINE_FLAG);