Produced by IDL 7.1.1
User Documentation

./guide
mediansub.pro

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

mediansub

procedure mediansub, width, [buffer=integer]

Subtract the median filtered values of the given width, in channels, from the data. The result replaces the original data values.

Uses the IDL MEDIAN function to get the median filtered array.

Examples
    ; subtract a median filter of width 200 channels
    mediansub,200
 
Uses
dcmediansub
Version
$Id$

Parameters
width
in, required
integer
The desired number of channels to use in performing the median filter.

Keywords
buffer
in, optional
integer (def. 0)
The data container to use. This defaults to the primary data container (0).


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