- Fixes to make SL6 work
- New NeXus libraries - Added new raw binary transfer mode for mass data - Added a check script option to configurable virtual motor
This commit is contained in:
@ -97,8 +97,9 @@ int SansliRebin(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
{
|
||||
pSICSData target = NULL, hmData = NULL;
|
||||
pNXDS dataset = NULL, weights = NULL;
|
||||
int iDim[2], ix, iy, pos, ival, xDetDim[2], yDetDim[2], nDetX, nDetY,
|
||||
int ix, iy, pos, ival, xDetDim[2], yDetDim[2], nDetX, nDetY,
|
||||
posIdx;
|
||||
int64_t iDim[2];
|
||||
long totalCounts = 0;
|
||||
double x, y, val, *xPos = NULL, *yPos = NULL, corrSum = .0, doubleCounts, sumFrac;
|
||||
double low, frac;
|
||||
|
Reference in New Issue
Block a user