MEDIAN_MISS Name
MEDIAN_MISS Purpose
Median filter allowing missing values.
Category
Calling Sequence
b = median_miss(a, wid) Inputs
a = Input array to median filter. in
wid = Width of filter. in
Keyword Parameters
Keywords
MISSING_DATA=mval Value that represents missing data.
Default is no missing data. Missing data is ignored
by the median filter.
Keywords for the median filter are also allowed.
Outputs
b = Returned filtered array. out
Common Blocks
Notes
Modification History
R. Sterner, 2007 Oct 16
R. Sterner, 2010 Jun 04 --- Converted arrays from () to [].
Copyright (C) 2007, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.