Produced by IDL 7.1.1
User Documentation

./toolbox
dcboxcar.pro

Last modification date:
Wed Sep 28 13:27:10 2016

dcboxcar

procedure dcboxcar, dc, width, [/decimate]

Smooth a data container with a boxcar smoothing of a certain width, in channels. For odd width, this uses the built-in idl SMOOTH function. For even widths this uses doboxcar1d and the reference channel is moved left by 1/2 channel width. Replaces the contents of the data being smoothed with the smoothed data. Use the GUIDE procedure, BOXCAR, to smoothing data containers in the !g structure.

For spectrum data containers, the frequency_resolution is set using estboxres

Uses
doboxcar1d dcextract
Version
$Id$

Parameters
dc
in, required
data container
The data container to be smoothed. The data values are modified by this procedure.
width
in, required
integer
Width of boxcar in channels.

Keywords
decimate
in, optional
boolean
If set, the data container is reduced - taking every width channels starting at channel 0.


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:38 2016