- Fix to AMOR s2t, wrong reading corrected

- Some problems at TASP with polarisation resolved
This commit is contained in:
cvs
2002-08-23 11:35:56 +00:00
parent 85f7fc212e
commit dfc8c8e28c
19 changed files with 237 additions and 921 deletions

View File

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