mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
WIP
This commit is contained in:
@ -1266,9 +1266,6 @@ int Feb_Control_SetReadoutSpeed(unsigned int readout_speed) { //0->full,1->half,
|
||||
} else if (readout_speed==2) {
|
||||
Feb_Control_acquireNReadoutMode |= DAQ_CHIP_CONTROLLER_QUARTER_SPEED;
|
||||
FILE_LOG(logINFO, ("Speed set to quarter speed (25 MHz)\n"));
|
||||
} else if (readout_speed==3) {
|
||||
Feb_Control_acquireNReadoutMode |= DAQ_CHIP_CONTROLLER_SUPER_SLOW_SPEED;
|
||||
FILE_LOG(logINFO, ("Speed set to super slow speed (~0.200 MHz)\n"));
|
||||
} else {
|
||||
if (readout_speed) {
|
||||
FILE_LOG(logERROR, ("readout speed %d unknown, defaulting to full speed.\n",readout_speed));
|
||||
|
BIN
slsDetectorServers/eigerDetectorServer/bin/eigerDetectorServer_gui
Executable file
BIN
slsDetectorServers/eigerDetectorServer/bin/eigerDetectorServer_gui
Executable file
Binary file not shown.
@ -553,11 +553,6 @@ enum readOutFlags setReadOutFlags(enum readOutFlags val) {
|
||||
val=E_NON_PARALLEL;
|
||||
FILE_LOG(logDEBUG1, ("Setting Read out Flag: Non Parallel\n"));
|
||||
break;
|
||||
case SAFE:
|
||||
val=E_SAFE;
|
||||
FILE_LOG(logDEBUG1, ("Setting Read out Flag: Safe\n"));
|
||||
break;
|
||||
|
||||
default:
|
||||
FILE_LOG(logERROR, ("Cannot set unknown readout flag. 0x%x\n", val));
|
||||
return -1;
|
||||
@ -623,9 +618,6 @@ enum readOutFlags setReadOutFlags(enum readOutFlags val) {
|
||||
case E_NON_PARALLEL:
|
||||
retval=NONPARALLEL;
|
||||
break;
|
||||
case E_SAFE:
|
||||
retval=SAFE;
|
||||
break;
|
||||
}
|
||||
|
||||
switch(eiger_overflow32) {
|
||||
|
Reference in New Issue
Block a user