filter
dascore Filtering module.
Much of this code was inspired by ObsPy’s filtering module created by: Tobias Megies, Moritz Beyreuther, Yannik Behr
Functions
Name | Description |
---|---|
median_filter | Apply 2-D median filter. |
pass_filter | Apply a Butterworth pass filter (bandpass, highpass, or lowpass). |
sobel_filter | Apply a Sobel filter. |