|
Developer Documentation |
|||||||||
prev file | next file | ||||||||||
SUMMARY: fields | routine DETAILS: routine | ||||||||||
./toolbox accumulate.pro
accumulate |
procedure accumulate, accumbuf, data, tint, tsys[, teff][, f_delt], [wt=float] |
Add some data into an accum_struct. Not intended for use by general users.
The data is : sum(wt*data)
The times are summed: sum(teff), sum(tint)
The wt is summed: sum(wt)
The tsys_sq is : sqrt(sum(wt*Tsys^2))
f_delt is used as a check to see if the channel spacing matches the ongoing average. If not supplied, the check is not done.
If a weight (wt) is not supplied, it will be teff/Tsys^2 If teff is not supplied, tint will be used in its place.
Keywords | |
wt |
Weight to give this data. |