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 | 
|---|---|
| gaussian_filter | Applies a Gaussian filter along specified dimensions. | 
| median_filter | Apply 2-D median filter. | 
| notch_filter | Apply a second-order IIR notch digital filter on patch’s data. | 
| pass_filter | Apply a Butterworth pass filter (bandpass, highpass, or lowpass). | 
| savgol_filter | Applies Savgol filter along spenfied dimensions. | 
| slope_filter | Filter the patch over certain slopes in the 2D Fourier domain. | 
| sobel_filter | Apply a Sobel filter. | 
