fixed gothard not taking initial images after configuring MAC of detector.

This commit is contained in:
2018-02-26 17:07:12 +01:00
parent ac9d9f6a93
commit de3bfd85a1
5 changed files with 14 additions and 7 deletions

View File

@ -1474,6 +1474,7 @@ int configureMAC(int ipad,long long int macad,long long int detectormacad, int d
#endif
// if(val!=0x2820) return -1;
usleep(1000 * 1000);
return adcConfigured;
}