xdas-dev / xdas

Python framework for Distributed Acoustic Sensing (DAS).
https://xdas.readthedocs.io
GNU General Public License v3.0
29 stars 2 forks source link

Created medfilt #8

Closed ClaudioStrumia closed 8 months ago

ClaudioStrumia commented 8 months ago

Created medfilt from scipy.signal

atrabattoni commented 8 months ago

It would be nice if kernel_size was passed as a dict. The dict keys would be the dim over which to apply a median filtering. The related values would be the size of the kernel along that direction. If not all dims are provided, then fill with one the kernel size along the missing dims.

Also i would not put that function in a separated file but rather within signal.py