added more accurate temperature sensors for eiger, and to gui

This commit is contained in:
Dhanya Maliakal
2016-07-22 10:40:58 +02:00
parent 6a245d2a98
commit ee26339fd7
8 changed files with 106 additions and 19 deletions

View File

@ -2325,6 +2325,7 @@ dacs_t slsDetector::getADC(dacIndex index, int imod){
if (ret==FAIL) {
std::cout<< "Get ADC failed " << std::endl;
}
return retval;