diff --git a/slsDetectorServers/gotthard2DetectorServer/slsDetectorFunctionList.c b/slsDetectorServers/gotthard2DetectorServer/slsDetectorFunctionList.c index 9307ecc35..23fb37dab 100644 --- a/slsDetectorServers/gotthard2DetectorServer/slsDetectorFunctionList.c +++ b/slsDetectorServers/gotthard2DetectorServer/slsDetectorFunctionList.c @@ -994,7 +994,7 @@ int64_t getPeriod() { // trigger if (getTiming() == TRIGGER_EXPOSURE) { // #frames limited in cont trigger mode - return periodReg; + return periodReg / (1E-9 * systemFrequency); } // auto return get64BitReg(SET_PERIOD_LSB_REG, SET_PERIOD_MSB_REG) /