mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-01 17:11:17 +01:00
refactorign
This commit is contained in:
@@ -210,7 +210,7 @@ std::string DataProcessor::CreateVirtualFile(
|
||||
|
||||
int ny = generalData->nPixelsY;
|
||||
if (generalData->dynamicRange == 4)
|
||||
ny = generalData->nPixelsY / 2;
|
||||
ny /= 2;
|
||||
bool gotthard25um = ((generalData->detType == GOTTHARD ||
|
||||
generalData->detType == GOTTHARD2) &&
|
||||
(numModX * numModY) == 2);
|
||||
|
||||
Reference in New Issue
Block a user