This commit is contained in:
2020-05-20 11:51:18 +02:00
parent 8973ef1aaa
commit 3ebb1fca02
5 changed files with 409 additions and 146 deletions

View File

@ -1300,6 +1300,10 @@ void Implementation::updateTotalNumberOfFrames() {
repeats = 1;
}
}
if (myDetectorType == MYTHEN3 &&
(timingMode == AUTO_TIMING || timingMode == GATED)) {
repeats = 1;
}
numberOfTotalFrames = numberOfFrames * repeats *
(int64_t)(numberOfAdditionalStorageCells + 1);
if (numberOfTotalFrames == 0) {