changes for new chipterboard -now works with reduced dynamic range and analog/digital readout

This commit is contained in:
2016-11-09 11:36:59 +01:00
parent 988426dc96
commit cb879c61ca
22 changed files with 896 additions and 341 deletions

View File

@ -301,14 +301,14 @@ int slsDetectorUtils::acquire(int delflag){
}
pthread_mutex_unlock(&mg);
}
#ifdef VERBOSE
#ifdef VERBOSE
cout << "Acquiring " << endl;
#endif
#endif
startAndReadAll();
#ifdef VERBOSE
#ifdef VERBOSE
cout << "finished " << endl;
cout << "returned! " << endl;
#endif
#endif