fixed for current rectangular sensor geometry

This commit is contained in:
2020-02-18 11:37:10 +01:00
parent 124e2a7714
commit 53ba22dbc4

View File

@ -103,7 +103,7 @@ int main(int argc, char *argv[]) {
nSubPixelsX=atoi(argv[6]);
nSubPixelsY=nSubPixelsX;
#ifdef RECT
nSubPixelsY=2;
nSubPixelsX=2;
#endif
}
cout << "Number of subpixels is: " << nSubPixelsX << " " << nSubPixelsY << endl;