Produced by IDL 6.1
User Documentation

./toolbox
File dchanning.pro

Last modification date:
Wed Nov 17 16:47:51 2004


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.5 on Wed Dec 8 13:08:16 2004