mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 14:39:00 +01:00
wip done
This commit is contained in:
@@ -1041,7 +1041,7 @@ void validateSettings() {
|
|||||||
// if any special dac value is changed individually => undefined
|
// if any special dac value is changed individually => undefined
|
||||||
const int specialDacs[NSPECIALDACS] = SPECIALDACINDEX;
|
const int specialDacs[NSPECIALDACS] = SPECIALDACINDEX;
|
||||||
int *specialDacValues[] = {defaultDacValue_G0, defaultDacValue_HG0};
|
int *specialDacValues[] = {defaultDacValue_G0, defaultDacValue_HG0};
|
||||||
int settList[NUMSETTINGS] = {DYNAMICGAIN, DYNAMICHG0};
|
int settList[] = {DYNAMICGAIN, DYNAMICHG0};
|
||||||
enum detectorSettings sett = UNDEFINED;
|
enum detectorSettings sett = UNDEFINED;
|
||||||
for (int isett = 0; isett != NUMSETTINGS; ++isett) {
|
for (int isett = 0; isett != NUMSETTINGS; ++isett) {
|
||||||
|
|
||||||
|
|||||||
@@ -1368,7 +1368,7 @@ void validateSettings() {
|
|||||||
const int specialDacs[NSPECIALDACS] = SPECIALDACINDEX;
|
const int specialDacs[NSPECIALDACS] = SPECIALDACINDEX;
|
||||||
int *specialDacValues[] = {defaultDacValue_standard, defaultDacValue_fast,
|
int *specialDacValues[] = {defaultDacValue_standard, defaultDacValue_fast,
|
||||||
defaultDacValue_highgain};
|
defaultDacValue_highgain};
|
||||||
int settList[NUMSETTINGS] = {STANDARD, FAST, HIGHGAIN};
|
int settList[] = {STANDARD, FAST, HIGHGAIN};
|
||||||
|
|
||||||
enum detectorSettings sett = UNDEFINED;
|
enum detectorSettings sett = UNDEFINED;
|
||||||
for (int isett = 0; isett != NUMSETTINGS; ++isett) {
|
for (int isett = 0; isett != NUMSETTINGS; ++isett) {
|
||||||
|
|||||||
Reference in New Issue
Block a user