diff --git a/slsDetectorSoftware/eigerDetectorServer/FebControl.h b/slsDetectorSoftware/eigerDetectorServer/FebControl.h index dfaf15969..35cfeab57 100644 --- a/slsDetectorSoftware/eigerDetectorServer/FebControl.h +++ b/slsDetectorSoftware/eigerDetectorServer/FebControl.h @@ -184,5 +184,11 @@ int Feb_Control_GetModuleNumber(); int Feb_Control_ClockRowClock(unsigned int ntimes); int Feb_Control_PulseChip(int npulses); + int Feb_Control_PrintCorrectedValues(); + void Feb_Control_SetRateCorrectionVariable(int activate_rate_correction); + int Feb_Control_SetRateCorrectionTable(unsigned int *table); + int Feb_Control_SetRateCorrectionTau(double tau); + + #endif