median_filter¶
- ccdproc.median_filter(data, *args, **kwargs)[source]¶
See
scipy.ndimage.median_filterfor arguments.If the
datais aCCDDataobject the result will be anotherCCDDataobject with the median filtered data asdataand copiedunitandmeta.