mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 23:37:14 +02:00
fixed for current rectangular sensor geometry
This commit is contained in:
@ -103,7 +103,7 @@ int main(int argc, char *argv[]) {
|
|||||||
nSubPixelsX=atoi(argv[6]);
|
nSubPixelsX=atoi(argv[6]);
|
||||||
nSubPixelsY=nSubPixelsX;
|
nSubPixelsY=nSubPixelsX;
|
||||||
#ifdef RECT
|
#ifdef RECT
|
||||||
nSubPixelsY=2;
|
nSubPixelsX=2;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
cout << "Number of subpixels is: " << nSubPixelsX << " " << nSubPixelsY << endl;
|
cout << "Number of subpixels is: " << nSubPixelsX << " " << nSubPixelsY << endl;
|
||||||
|
Reference in New Issue
Block a user