mythne3: counters fixed

This commit is contained in:
2020-01-16 16:13:40 +01:00
parent de53747ddd
commit fb75986c55
2 changed files with 5 additions and 2 deletions

View File

@ -1298,7 +1298,7 @@ void Implementation::setNumberofCounters(const int i) {
numberOfCounters = i;
if (myDetectorType == MYTHEN3) {
generalData->SetDynamicRange(i, tengigaEnable);
generalData->SetNumberofCounters(i, dynamicRange);
// to update npixelsx, npixelsy in file writer
for (const auto &it : dataProcessor)
it->SetPixelDimension();