mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 09:08:00 +02:00
eiger bug fix: multi hv and eiger should not return -1 if different, ctb : dacs are 24 not 16
This commit is contained in:
@ -291,7 +291,7 @@ void slsDetector::setDetectorSpecificParameters(detectorType type, detParameterL
|
||||
list.nChanY = 1;
|
||||
list.nChipX = 1;
|
||||
list.nChipY = 1;
|
||||
list.nDacs = 16;
|
||||
list.nDacs = 24;
|
||||
list.dynamicRange = 16;
|
||||
list.nGappixelsX = 0;
|
||||
list.nGappixelsY = 0;
|
||||
@ -1163,7 +1163,6 @@ int slsDetector::writeConfigurationFile(std::ofstream &outfile, multiSlsDetector
|
||||
names.emplace_back("vhighvoltage");
|
||||
break;
|
||||
case CHIPTESTBOARD:
|
||||
names.emplace_back("powerchip");
|
||||
names.emplace_back("vhighvoltage");
|
||||
break;
|
||||
default:
|
||||
@ -5184,4 +5183,4 @@ int slsDetector::writeSettingsFile(const std::string &fname, sls_detector_module
|
||||
|
||||
outfile.close();
|
||||
return OK;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user