.gitattributes
.gitignore
.pre-commit-config.yaml
CITATION.cff
LICENSE.md
README.md
pyproject.toml
.github/workflows/deploy.yml
.github/workflows/documentation.yml
.github/workflows/license.yml
.github/workflows/linting.yml
.github/workflows/paper.yml
.github/workflows/test.yml
examples/arbitrary/eigenvalues_combined.py
examples/arbitrary/africa/denoising_slepian_africa.py
examples/arbitrary/africa/eigenvalues_africa.py
examples/arbitrary/africa/progressive_wavelet_reconstruction_africa.py
examples/arbitrary/africa/slepian_reconstruction_africa.py
examples/arbitrary/africa/slepian_wavelet_covariance_africa.py
examples/arbitrary/africa/sparsity_wavelet_slepian_comparison_africa.py
examples/arbitrary/africa/tiling_africa.py
examples/arbitrary/africa/wavelet_reconstruction_africa.py
examples/arbitrary/south_america/denoising_slepian_functions_south_america.py
examples/arbitrary/south_america/denoising_slepian_south_america.py
examples/arbitrary/south_america/eigenvalues_south_america.py
examples/arbitrary/south_america/progressive_wavelet_reconstruction_south_america.py
examples/arbitrary/south_america/slepian_reconstruction_south_america.py
examples/arbitrary/south_america/slepian_wavelet_covariance_south_america.py
examples/arbitrary/south_america/sparsity_wavelet_slepian_comparison_south_america.py
examples/arbitrary/south_america/tiling_south_america.py
examples/arbitrary/south_america/wavelet_reconstruction_south_america.py
examples/mesh/denoising_slepian_mesh.py
examples/mesh/mesh_region.py
examples/mesh/mesh_slepian_eigenvalues.py
examples/mesh/mesh_tiling.py
examples/mesh/produce_table.py
examples/misc/denoising_axisym_africa.py
examples/misc/denoising_axisym_earth.py
examples/misc/denoising_axisym_south_america.py
examples/misc/translation_normalisation.py
examples/misc/wavelet_transform.py
examples/polar_cap/eigenfunctions.py
examples/polar_cap/eigenvalues.py
examples/polar_cap/fried_egg.py
examples/polar_cap/simons_5_1.py
examples/polar_cap/simons_5_3.py
examples/polar_cap/slepian_coefficients.py
examples/polar_cap/slepian_error.py
examples/wavelets/axisymmetric_tiling.py
examples/wavelets/axisymmetric_wavelet_covariance.py
src/sleplet/__init__.py
src/sleplet/_version.py
src/sleplet.egg-info/PKG-INFO
src/sleplet.egg-info/SOURCES.txt
src/sleplet.egg-info/dependency_links.txt
src/sleplet.egg-info/entry_points.txt
src/sleplet.egg-info/requires.txt
src/sleplet.egg-info/top_level.txt
src/sleplet/data/meshes_polygons_bird.off
src/sleplet/data/meshes_polygons_cheetah.off
src/sleplet/data/meshes_polygons_cube.off
src/sleplet/data/meshes_polygons_dragon.off
src/sleplet/data/meshes_polygons_homer.off
src/sleplet/data/meshes_polygons_teapot.off
src/sleplet/data/meshes_regions_bird.toml
src/sleplet/data/meshes_regions_cheetah.toml
src/sleplet/data/meshes_regions_cube.toml
src/sleplet/data/meshes_regions_dragon.toml
src/sleplet/data/meshes_regions_homer.toml
src/sleplet/data/meshes_regions_teapot.toml
src/sleplet/data/setup_pooch.py
src/sleplet/data/other/earth/convert_data.py
src/sleplet/data/other/earth/create_earth_flm.py
src/sleplet/data/other/wmap/create_wmap_flm.py
src/sleplet/figures/html/.gitignore
src/sleplet/figures/pdf/.gitignore
src/sleplet/figures/png/.gitignore
src/sleplet/functions/coefficients.py
src/sleplet/functions/f_lm.py
src/sleplet/functions/f_p.py
src/sleplet/functions/flm/africa.py
src/sleplet/functions/flm/axisymmetric_wavelet_coefficients_africa.py
src/sleplet/functions/flm/axisymmetric_wavelet_coefficients_earth.py
src/sleplet/functions/flm/axisymmetric_wavelet_coefficients_south_america.py
src/sleplet/functions/flm/axisymmetric_wavelets.py
src/sleplet/functions/flm/dirac_delta.py
src/sleplet/functions/flm/directional_spin_wavelets.py
src/sleplet/functions/flm/earth.py
src/sleplet/functions/flm/elongated_gaussian.py
src/sleplet/functions/flm/gaussian.py
src/sleplet/functions/flm/harmonic_gaussian.py
src/sleplet/functions/flm/identity.py
src/sleplet/functions/flm/noise_earth.py
src/sleplet/functions/flm/ridgelets.py
src/sleplet/functions/flm/south_america.py
src/sleplet/functions/flm/spherical_harmonic.py
src/sleplet/functions/flm/squashed_gaussian.py
src/sleplet/functions/flm/wmap.py
src/sleplet/functions/fp/slepian.py
src/sleplet/functions/fp/slepian_africa.py
src/sleplet/functions/fp/slepian_dirac_delta.py
src/sleplet/functions/fp/slepian_identity.py
src/sleplet/functions/fp/slepian_noise_africa.py
src/sleplet/functions/fp/slepian_noise_south_america.py
src/sleplet/functions/fp/slepian_south_america.py
src/sleplet/functions/fp/slepian_wavelet_coefficients_africa.py
src/sleplet/functions/fp/slepian_wavelet_coefficients_south_america.py
src/sleplet/functions/fp/slepian_wavelets.py
src/sleplet/meshes/mesh_coefficients.py
src/sleplet/meshes/mesh_harmonic_coefficients.py
src/sleplet/meshes/mesh_slepian_coefficients.py
src/sleplet/meshes/classes/mesh.py
src/sleplet/meshes/classes/mesh_slepian.py
src/sleplet/meshes/classes/mesh_slepian_decomposition.py
src/sleplet/meshes/harmonic_coefficients/mesh_basis_functions.py
src/sleplet/meshes/harmonic_coefficients/mesh_field.py
src/sleplet/meshes/harmonic_coefficients/mesh_noise_field.py
src/sleplet/meshes/slepian_coefficients/mesh_slepian_field.py
src/sleplet/meshes/slepian_coefficients/mesh_slepian_functions.py
src/sleplet/meshes/slepian_coefficients/mesh_slepian_noise_field.py
src/sleplet/meshes/slepian_coefficients/mesh_slepian_wavelet_coefficients.py
src/sleplet/meshes/slepian_coefficients/mesh_slepian_wavelets.py
src/sleplet/plotting/create_plot_mesh.py
src/sleplet/plotting/create_plot_sphere.py
src/sleplet/scripts/plotting_on_mesh.py
src/sleplet/scripts/plotting_on_sphere.py
src/sleplet/slepian/slepian_decomposition.py
src/sleplet/slepian/slepian_functions.py
src/sleplet/slepian/slepian_region/slepian_arbitrary.py
src/sleplet/slepian/slepian_region/slepian_limit_lat_lon.py
src/sleplet/slepian/slepian_region/slepian_polar_cap.py
src/sleplet/utils/array_methods.py
src/sleplet/utils/bool_methods.py
src/sleplet/utils/class_lists.py
src/sleplet/utils/convolution_methods.py
src/sleplet/utils/denoising.py
src/sleplet/utils/harmonic_methods.py
src/sleplet/utils/integration_methods.py
src/sleplet/utils/mask_methods.py
src/sleplet/utils/mesh_methods.py
src/sleplet/utils/noise.py
src/sleplet/utils/parallel_methods.py
src/sleplet/utils/plot_methods.py
src/sleplet/utils/plotly_methods.py
src/sleplet/utils/region.py
src/sleplet/utils/slepian_arbitrary_methods.py
src/sleplet/utils/slepian_methods.py
src/sleplet/utils/smoothing.py
src/sleplet/utils/string_methods.py
src/sleplet/utils/validation.py
src/sleplet/utils/vars.py
src/sleplet/utils/wavelet_methods.py
tests/conftest.py
tests/test_arbitrary_region.py
tests/test_arrays.py
tests/test_bool.py
tests/test_convolution.py
tests/test_decomposition.py
tests/test_harmonic.py
tests/test_loading_pooch.py
tests/test_mesh.py
tests/test_noise.py
tests/test_parallel.py
tests/test_plot.py
tests/test_region.py
tests/test_slepian_mesh.py
tests/test_smoothing.py
tests/test_strings.py
tests/test_translation.py
tests/test_wavelets.py