- Enhanced and debugged histogram memory for AMOR

* added PROJECT both in HM and driver code
  * added single detector support.
- Removed several bugs in the AMOR data bit.
- Updated documentation
This commit is contained in:
cvs
2001-08-17 14:33:05 +00:00
parent a538361516
commit db6c355f44
56 changed files with 4060 additions and 426 deletions

View File

@@ -1,5 +1,5 @@
#line 442 "histogram.w"
#line 450 "histogram.w"
/*--------------------------------------------------------------------------
H I S T M E M
@@ -41,7 +41,7 @@
eReflect
} OverFlowMode;
#line 462 "histogram.w"
#line 470 "histogram.w"
/*--------------------------------------------------------------------------*/
@@ -78,9 +78,12 @@
int GetHistogram(pHistMem self, SConnection *pCon,
int i,int iStart, int iEnd, HistInt *lData, int iDataLen);
HistInt *GetHistogramPointer(pHistMem self,SConnection *pCon);
int GetHistogramDirect(pHistMem self, SConnection *pCon,
int i, int iStart, int iEnd,
HistInt *lData, int iDataLen);
int PresetHistogram(pHistMem self, SConnection *pCon, HistInt lVal);
#line 411 "histogram.w"
#line 419 "histogram.w"
int MakeHistMemory(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
@@ -89,7 +92,7 @@
int argc, char *argv[]);
#line 464 "histogram.w"
#line 472 "histogram.w"
#endif