- Fix to AMOR s2t, wrong reading corrected
- Some problems at TASP with polarisation resolved
This commit is contained in:
9
nxdata.c
9
nxdata.c
@@ -691,6 +691,15 @@
|
||||
return 0;
|
||||
}
|
||||
iStat = SNputdata1(Nfil,"Monitor",NX_INT32,1, &iVal);
|
||||
/*
|
||||
count time
|
||||
*/
|
||||
fVal = GetHistCountTime(pHist,pCon);
|
||||
SNputdata1att(Nfil,"time",NX_FLOAT32,1,&fVal,"Units","seconds");
|
||||
|
||||
/*
|
||||
more monitors
|
||||
*/
|
||||
iVal = GetHistMonitor(pHist, 0, pCon);
|
||||
SNputdata1(Nfil,"beam_monitor",NX_INT32,1, &iVal);
|
||||
iVal = GetHistMonitor(pHist, 4, pCon);
|
||||
|
||||
Reference in New Issue
Block a user