mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 16:20:03 +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;
|
||||
}
|
||||
}
|
||||
if (myDetectorType == MYTHEN3 &&
|
||||
(timingMode == AUTO_TIMING || timingMode == GATED)) {
|
||||
repeats = 1;
|
||||
}
|
||||
numberOfTotalFrames = numberOfFrames * repeats *
|
||||
(int64_t)(numberOfAdditionalStorageCells + 1);
|
||||
if (numberOfTotalFrames == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user