mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
gui WIP
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user