median_filter¶
- ccdproc.median_filter(data, *args, **kwargs)[source]¶
See
scipy.ndimage.median_filter
for arguments.If the
data
is aCCDData
object the result will be anotherCCDData
object with the median filtered data asdata
and copiedunit
andmeta
.