- Poldi data file writing with automatic update
- many fixes to TAS - Changed HM code for ILL PSD to account for Christoph's offset to positive.
This commit is contained in:
8
nxdata.c
8
nxdata.c
@@ -347,7 +347,7 @@
|
||||
void *pData)
|
||||
{
|
||||
int iStat;
|
||||
int32 iDim[2];
|
||||
int iDim[2];
|
||||
|
||||
iDim[0] = iLong;
|
||||
iStat = NXmakedata (Nfil, name, datatype, 1, (int *) iDim);
|
||||
@@ -383,7 +383,7 @@
|
||||
void *pData, char *attname, char *val)
|
||||
{
|
||||
int iStat;
|
||||
int32 iDim[2];
|
||||
int iDim[2];
|
||||
|
||||
iDim[0] = iLong;
|
||||
iStat = NXmakedata (Nfil, name, datatype, 1, (int *) iDim);
|
||||
@@ -465,7 +465,7 @@
|
||||
pSelVar pPell;
|
||||
char *pP;
|
||||
float fVal;
|
||||
float32 *fTheta;
|
||||
float *fTheta;
|
||||
float fTh, f2Th, fB1, fB2;
|
||||
pMotor pMot = NULL;
|
||||
CommandList *pCom = NULL;
|
||||
@@ -474,7 +474,7 @@
|
||||
pHistMem pHist = NULL;
|
||||
HistInt *lData = NULL;
|
||||
CounterMode eCount;
|
||||
int32 *iTVal = NULL;
|
||||
int *iTVal = NULL;
|
||||
pDummy pDum;
|
||||
int bHRPT = 0;
|
||||
float fMean, fStdDev;
|
||||
|
||||
Reference in New Issue
Block a user