- 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:
cvs
2002-04-25 09:39:51 +00:00
parent 0ce72deb58
commit 0daef05b2e
19 changed files with 604 additions and 220 deletions

View File

@@ -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;