mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-01 00:51:18 +01:00
moench default speed set to after init readout configuration (half speed) (#886)
This commit is contained in:
Binary file not shown.
@@ -482,7 +482,6 @@ void setupDetector() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
setReadoutSpeed(DEFAULT_SPEED);
|
|
||||||
cleanFifos();
|
cleanFifos();
|
||||||
resetCore();
|
resetCore();
|
||||||
|
|
||||||
@@ -496,6 +495,7 @@ void setupDetector() {
|
|||||||
initReadoutConfiguration();
|
initReadoutConfiguration();
|
||||||
|
|
||||||
// Initialization of acquistion parameters
|
// Initialization of acquistion parameters
|
||||||
|
setReadoutSpeed(DEFAULT_SPEED);
|
||||||
setSettings(DEFAULT_SETTINGS);
|
setSettings(DEFAULT_SETTINGS);
|
||||||
setNumFrames(DEFAULT_NUM_FRAMES);
|
setNumFrames(DEFAULT_NUM_FRAMES);
|
||||||
setNumTriggers(DEFAULT_NUM_CYCLES);
|
setNumTriggers(DEFAULT_NUM_CYCLES);
|
||||||
|
|||||||
Binary file not shown.
@@ -11,4 +11,4 @@
|
|||||||
#define APIMYTHEN3 "developer 0x240110"
|
#define APIMYTHEN3 "developer 0x240110"
|
||||||
#define APIMOENCH "developer 0x240110"
|
#define APIMOENCH "developer 0x240110"
|
||||||
#define APIEIGER "developer 0x240110"
|
#define APIEIGER "developer 0x240110"
|
||||||
#define APIXILINXCTB "developer 0x240110"
|
#define APIXILINXCTB "developer 0x240111"
|
||||||
|
|||||||
Reference in New Issue
Block a user