mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-04 00:50:42 +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() {
|
||||
// get tau from all modules and send to Rx index 0
|
||||
if (getDetectorType().squash() == EIGER) {
|
||||
if (getDetectorType().squash() == defs::EIGER) {
|
||||
if (getUseReceiverFlag().squash(false)) {
|
||||
// convert Result<ns> to std::vector<in64_t>
|
||||
auto retval = getRateCorrection();
|
||||
|
Loading…
x
Reference in New Issue
Block a user