Produced by IDL 7.1.1
User Documentation

./toolbox
doboxcar1d.pro

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

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$

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 Wed Sep 28 13:27:38 2016