Produced by IDL 6.1
User Documentation

./toolbox
dchanning.pro

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

dchanning

procedure dchanning, dc, [decimate=keyword]

This procedure smooths a spectrum with a hanning filter

Examples
    get,index=1
    a = data_new()
    data_copy,!g.s[0],a
    show
    dchanning,a,/decimate
    show,a
 
Version
$Id: dchanning.pro,v 1.2 2004/11/17 21:47:51 bgarwood Exp $

Parameters
dc
in, required
data container
data container (spectrum or continuum)

Keywords
decimate
in, optional
keyword
decimate the spectrum?


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