3RSSH smoothing in Python 3RSSH smoothing in Python numpy numpy

3RSSH smoothing in Python


Don't think I saw a 3RSSH implementation, but you could try using scipy.signal to try and make one.

Maybe these will be enough for your application?

scipy.signal.medfilt

scipy.signal.medfilt2d

scipy.ndimage.filters.median_filter