Table of Contents

Name

ccdmedian - median filter of an image

Synopsis

ccdmedian [parameter=value]

Description

Median filter of an image. For some cases, ccdflatten(1NEMO) will be a faster method, since a median filter needs to sort all particles in the search area and can become slow.

Parameters

The following parameters are recognized in any order if the keyword is also given:
in=
Input image file [???]
out=
Output image file [???]
n=
(odd) size of filter [5]
x=
Optional subselection of the X range (min,max) []
y=
Optional subselection of the Y range (min,max) []
nstep=
Cheat mode: replicate each nstep pixels [1]
fraction=
Fraction of positive image values in subtract mode
mode=
Mode: median, subtract [median]

See Also

ccdmedian(1NEMO)

Author

Peter Teuben

Update History


12-Feb-05    V0.0 Created by mkman    NEMO


Table of Contents