From 23058987a44c37ee702f0500ed3bdbdc49af3160 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Mon, 8 Feb 2016 11:11:36 +0100 Subject: [PATCH] mid way, had to change to fix bug --- slsDetectorSoftware/eigerDetectorServer/FebControl.h | 6 ++++++ 1 file changed, 6 insertions(+) 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