Filters & Processing¶
Filtering and signal processing tools for mass mapping.
This module provides various filtering techniques including aperture mass filters, starlet wavelet transforms, and smoothing operations.
Aperture Mass Filters¶
Compute Schirmer filter values for given scaled radii. |
|
Compute Schneider filter values for given scaled radii. |
|
Create a 2D kernel for any aperture mass filter. |
|
Apply a filter kernel via convolution. |
|
Apply aperture filter based on configuration. |
Starlet Wavelet Processing¶
Create a B3-spline filter for the starlet transform. |
|
Apply separable convolution with the given kernel. |
|
Compute the isotropic undecimated wavelet transform of an image. |
|
Reconstruct an image from its starlet transform coefficients. |
Plotting Filters¶
Apply filtering to input data. |