mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 15:27:13 +02:00
Fixed corordinate inversion
This commit is contained in:
@ -102,8 +102,8 @@ int main(int argc, char *argv[]) {
|
||||
int nSubPixels=nsubpix;
|
||||
int nSubPixelsY=nsubpix;
|
||||
#ifdef RECT
|
||||
nSubPixelsY=1; //might make more sense using 2?
|
||||
etabinsY=2;
|
||||
nSubPixels=1; //might make more sense using 2?
|
||||
etabins=2;
|
||||
#endif
|
||||
#ifndef NOINTERPOLATION
|
||||
eta2InterpolationPosXY *interp=new eta2InterpolationPosXY(NC, NR, nSubPixels, nSubPixelsY, etabins, etabinsY, etamin, etamax);
|
||||
|
Reference in New Issue
Block a user