mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +02:00
moench default speed set to after init readout configuration (half speed) (#886)
This commit is contained in:
parent
ffe7728966
commit
bd1a125154
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user