mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
M3defaultpattern (#227)
* default pattern for m3 and moench including Python bindings Co-authored-by: Erik Frojdh <erik.frojdh@gmail.com>
This commit is contained in:
Binary file not shown.
@ -550,7 +550,9 @@ void setupDetector() {
|
||||
initError = FAIL;
|
||||
}
|
||||
setPipeline(ADC_CLK, DEFAULT_PIPELINE);
|
||||
loadDefaultPattern(DEFAULT_PATTERN_FILE);
|
||||
if (initError != FAIL) {
|
||||
initError = loadDefaultPattern(DEFAULT_PATTERN_FILE, initErrorMessage);
|
||||
}
|
||||
setSettings(DEFAULT_SETTINGS);
|
||||
|
||||
setFrequency(RUN_CLK, DEFAULT_RUN_CLK);
|
||||
|
Reference in New Issue
Block a user