Produced by IDL 6.1
User Documentation

./toolbox
doboxcar1d.pro

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

doboxcar1d

function doboxcar1d(array, width, [/edge_truncate], [/nan], [missing=same type as array])

Do a boxcar smooth on a 1D array.

This uses the IDL smooth for odd smoothing widths but even widths are handled here since smooth rounds even widths to the next higher integer. Only 1-d arrays are handled here.

Returns
the smoothed result.
Version
$Id: doboxcar1d.pro,v 1.1 2005/04/22 15:14:54 bgarwood Exp $

Parameters
array
in, required
1d array
The array to be smoothed.
width
in, required
integer
The width of the boxcar.

Keywords
edge_truncate
in, optional
boolean
Same meaning as for smooth.
nan
in, optional
boolean
Same meaning as for smooth.
missing
in, optional
same type as array (def. NaN)
Same meaning as for smooth.


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