- Updated Makefiles
- Moved TAS code to psi - Updated programmers documentation
This commit is contained in:
17
nextrics.c
17
nextrics.c
@@ -561,6 +561,12 @@ name of hkl object holding crystallographic information
|
||||
{
|
||||
SCWrite(pCon,"ERROR: failed to write instrument name",eError);
|
||||
}
|
||||
|
||||
/* Collimator */
|
||||
SNXSPutMotor(pServ->pSics,pCon,hfil,self->pDict,
|
||||
"cex1","cex1");
|
||||
SNXSPutMotor(pServ->pSics,pCon,hfil,self->pDict,
|
||||
"cex2","cex2");
|
||||
|
||||
|
||||
/* Monochromator */
|
||||
@@ -1029,8 +1035,17 @@ name of hkl object holding crystallographic information
|
||||
iRet = NXDaliaslink(hfil,self->pDict,"inst0","mono0");
|
||||
if(iRet != NX_OK)
|
||||
{
|
||||
SCWrite(pCon,"WARNING: cannot link against monochromator group",eWarning);
|
||||
SCWrite(pCon,"WARNING: cannot link against monochromator group",
|
||||
eWarning);
|
||||
}
|
||||
iRet = NXDaliaslink(hfil,self->pDict,"inst0","coll0");
|
||||
if(iRet != NX_OK)
|
||||
{
|
||||
SCWrite(pCon,"WARNING: cannot link against collimator group",
|
||||
eWarning);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
links in detector group
|
||||
|
||||
Reference in New Issue
Block a user