- Updated the managers documentation a little
- The crystal settings calculation in hkl now tried to put omega into the limts by calculating a delta omega. - TRICS data files now include HKL and the UB - The scan module has been expanded to support user defined scans which run a script at any scan point. - A small fix to the PSD code in SinqHM_srv_filler
This commit is contained in:
@ -1683,6 +1683,14 @@
|
||||
free(lData);
|
||||
return 1;
|
||||
}
|
||||
/* retrive no of Timebins */
|
||||
else if(strcmp(argv[1],"notimebin") == 0)
|
||||
{
|
||||
sprintf(pBueffel,
|
||||
"%s.notimebin = %d",argv[0], self->pDriv->iTimeChan);
|
||||
SCWrite(pCon,pBueffel,eValue);
|
||||
return 1;
|
||||
}
|
||||
/* retrive time binning */
|
||||
else if(strcmp(argv[1],"timebin") == 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user