mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 18:10:40 +02:00
fix
This commit is contained in:
parent
e2f1fd076a
commit
ddd562f8b5
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user