Produced by IDL 6.1
User Documentation

./guide
avgstack.pro

Last modification date:
Thu Jun 2 23:56:08 2005

avgstack

procedure avgstack, [/noclear]

Average the records listed in the stack.

Examples
add index number 25, 30 through 39, and the odd indexes from 41 through 51 to the stack, and average them.
    addstack, 25
    addstack, 30, 39
    addstack, 41, 51, 2
    avgstack
 
Version
$Id: avgstack.pro,v 1.1 2004/12/13 17:05:35 jbraatz Exp $

Keywords
noclear
in, optional
boolean
If this is set, the accum buffer is not cleared prior to averaging the records


Produced by IDLdoc 1.6 on Thu Jun 2 23:56:46 2005