Issue340: szith from scipy median_filter to silx medfilt2d
About
Replace scipy.ndimage.median_filter
with silx.math.medianfilter.medfilt2d
and modify function calls accordingly (size
parameter is now kernel_size
.
To do
-
Implement feature (class and docstring) -
Unit tests -
Integrate in pipeline -
End-to-end reconstruction test
Notes
Additional notes, ex. implementation details.
Edited by Jerome Lesaint