|
User Documentation |
||||||||
| prev file | next file | |||||||||
| SUMMARY: fields | routine DETAILS: routine | |||||||||
./guide File avg_accum.pro
avg_accum |
function avg_accum(data, tint, tsys[, teff], [accum_buf=accum_struct structure]) |
Get the averaged values from the given accum_struct structure. This procedure is in GUIDE because of the nature of system variables. They are passed by value and not by reference, which would make this inefficient as temporary copies are continuously made. So, this procedure needs to optionally be aware of the global structure, although it will use a user supplied one.
| Keywords | |
|
accum_buf |
The accum_struct structure holding an on-going accumulation. If omitted, the global structure at !g.accumbuf is used. |