mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 16:48:01 +02:00
not validating settings for dacs temporarily (#447)
This commit is contained in:
Binary file not shown.
@ -1411,6 +1411,9 @@ enum detectorSettings setSettings(enum detectorSettings sett) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void validateSettings() {
|
void validateSettings() {
|
||||||
|
LOG(logWARNING, ("Not validating dac settings temporarily"));
|
||||||
|
return;
|
||||||
|
|
||||||
// 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_standard, defaultDacValue_fast,
|
int *specialDacValues[] = {defaultDacValue_standard, defaultDacValue_fast,
|
||||||
|
@ -10,6 +10,6 @@
|
|||||||
#define APIGOTTHARD 0x220428
|
#define APIGOTTHARD 0x220428
|
||||||
#define APIGOTTHARD2 0x220428
|
#define APIGOTTHARD2 0x220428
|
||||||
#define APIJUNGFRAU 0x220428
|
#define APIJUNGFRAU 0x220428
|
||||||
#define APIMYTHEN3 0x220428
|
|
||||||
#define APIMOENCH 0x220427
|
#define APIMOENCH 0x220427
|
||||||
#define APIEIGER 0x220428
|
#define APIEIGER 0x220428
|
||||||
|
#define APIMYTHEN3 0x220510
|
||||||
|
Reference in New Issue
Block a user