moench default speed set to after init readout configuration (half speed) (#886)

This commit is contained in:
maliakal_d 2024-01-11 18:07:34 +01:00 committed by GitHub
parent ffe7728966
commit bd1a125154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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"