- added third monitor to AMOR

- prepared monitor writing for SANS
- created a separate powder diffractometer simulation
- updated histogram memory code to read SANS gummi monitor packets
- updated histogram memory to read third single detector = TOF-monitor
This commit is contained in:
cvs
2002-10-02 15:01:45 +00:00
parent dfc8c8e28c
commit f514cf51e9
13 changed files with 253 additions and 56 deletions

View File

@@ -170,7 +170,8 @@
/* in any case let us propagate the state of affairs to
SINQHM
*/
SINQHMSetPar(pInternal->pMaster,self->iRank, self->iLength, self->iBinWidth);
SINQHMSetPar(pInternal->pMaster,self->iRank, self->iLength,
self->iBinWidth);
/* actual configuration. On first call, check for flag INIt in
@@ -207,7 +208,8 @@
if( (self->iBinWidth != 1) && (self->iBinWidth != 2)
&& (self->iBinWidth != 4))
{
PrintHMError("Unsuported BinWidth specified, 1,2,4 are permissable",pCon);
PrintHMError("Unsuported BinWidth specified, 1,2,4 are permissable",
pCon);
return 0;
}