- 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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user