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