mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 08:10:02 +02:00
mythen3: auto mode does not ignore #triggers
This commit is contained in:
parent
8f0ef68029
commit
0debd6a457
@ -1300,10 +1300,6 @@ void Implementation::updateTotalNumberOfFrames() {
|
|||||||
repeats = 1;
|
repeats = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (myDetectorType == MYTHEN3 &&
|
|
||||||
(timingMode == AUTO_TIMING || timingMode == GATED)) {
|
|
||||||
repeats = 1;
|
|
||||||
}
|
|
||||||
numberOfTotalFrames = numberOfFrames * repeats *
|
numberOfTotalFrames = numberOfFrames * repeats *
|
||||||
(int64_t)(numberOfAdditionalStorageCells + 1);
|
(int64_t)(numberOfAdditionalStorageCells + 1);
|
||||||
if (numberOfTotalFrames == 0) {
|
if (numberOfTotalFrames == 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user