mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 00:49:22 +01:00
fix
This commit is contained in:
@@ -1119,7 +1119,7 @@ void Detector::setRateCorrection(ns dead_time, Positions pos) {
|
|||||||
|
|
||||||
void Detector::updateRxRateCorrections() {
|
void Detector::updateRxRateCorrections() {
|
||||||
// get tau from all modules and send to Rx index 0
|
// get tau from all modules and send to Rx index 0
|
||||||
if (getDetectorType().squash() == EIGER) {
|
if (getDetectorType().squash() == defs::EIGER) {
|
||||||
if (getUseReceiverFlag().squash(false)) {
|
if (getUseReceiverFlag().squash(false)) {
|
||||||
// convert Result<ns> to std::vector<in64_t>
|
// convert Result<ns> to std::vector<in64_t>
|
||||||
auto retval = getRateCorrection();
|
auto retval = getRateCorrection();
|
||||||
|
|||||||
Reference in New Issue
Block a user