mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-28 15:11:18 +01:00
mythen3: auto mode does not ignore #triggers
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user