- Updated Makefiles

- Moved TAS code to psi
- Updated programmers documentation
This commit is contained in:
cvs
2003-06-30 11:51:39 +00:00
parent 9696421d66
commit cd13637987
10 changed files with 3439 additions and 3 deletions

View File

@@ -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