- Many fixes to tas code
- fixes to amor writing and status code - edited ecbcounter to stop at no beam - updated documentation - fixed a bug in project code affecting SANS
This commit is contained in:
@@ -705,6 +705,7 @@ int TASUpdate(pTASdata self, SConnection *pCon)
|
||||
now call t_update to do the calculation
|
||||
*/
|
||||
ier = 0;
|
||||
en = ef = ei = .0;
|
||||
t_update__(amot, helmCurrent, convH, &lpa, &dm, &da, &isa, &helm,
|
||||
&f1h, &f1v, &f2h, &f2v, &f, &ei, &aki, &ef, &akf,
|
||||
qhkl, &en, &hx, &hy, &hz, &if1, &if2, &qm, &ier);
|
||||
@@ -738,7 +739,10 @@ int TASUpdate(pTASdata self, SConnection *pCon)
|
||||
self->tasPar[QH]->fVal = qhkl[0];
|
||||
self->tasPar[QK]->fVal = qhkl[1];
|
||||
self->tasPar[QL]->fVal = qhkl[2];
|
||||
/*
|
||||
self->tasPar[EN]->fVal = en;
|
||||
*/
|
||||
self->tasPar[EN]->fVal = ei - ef;
|
||||
self->tasPar[HX]->fVal = hx;
|
||||
self->tasPar[HY]->fVal = hy;
|
||||
self->tasPar[HZ]->fVal = hz;
|
||||
|
||||
Reference in New Issue
Block a user