Produced by IDL 6.1
User Documentation

./guide
File ave.pro

Last modification date:
Fri Nov 19 11:20:49 2004


ave

procedure ave

Get the average from the ongoing accumulation. The result is assumbled from !g.accum_template - which should be the first scan in the accumulation, and the returned values from avg_accum using the contents of !g.accum. That result is then put into !g.s[0]. The contents of the global accum buffer remain unchanged. Use sclear to clear it.

Examples
average some data
   sclear
   get,index=1
   accum
   get,index=2
   accum
   ave 
 
Uses
avg_accum
Version
$Id: ave.pro,v 1.3 2004/11/19 16:20:49 bgarwood Exp $


Produced by IDLdoc 1.5 on Wed Dec 8 13:08:13 2004