File tree Expand file tree Collapse file tree 3 files changed +3
-63
lines changed Expand file tree Collapse file tree 3 files changed +3
-63
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ wavelets are built upon the eigenfunctions of the Slepian concentration problem
4848of the manifold [ @Slepian1961 ; @Landau1961 ; @Landau1962 ] : a set of bandlimited
4949functions that are maximally concentrated within a given region. Wavelets are
5050constructed through a tiling of the Slepian harmonic line by leveraging the
51- existing scale-discretised framework [ @Wiaux2008 ; @Leistedt2013 ] . Whilst these
52- wavelets were inspired by spherical datasets, like in cosmology, the wavelet
53- construction may be utilised for manifold or graph data.
51+ existing scale-discretised framework [ @Wiaux2008 ; @Leistedt2013 ] . Whilst these wavelets
52+ were inspired by spherical datasets, like in cosmology, the wavelet construction
53+ may be utilised for manifold or graph data.
5454
5555To the author's knowledge, there is no public software that allows one to
5656compute Slepian wavelets (or a similar approach) on the sphere or general
Original file line number Diff line number Diff line change @@ -98,13 +98,6 @@ ignore = [
9898 " src/sleplet/_version.py" ,
9999]
100100
101- [tool .codeflash ]
102- ignore-paths = []
103- # All paths are relative to this pyproject.toml's directory.
104- module-root = " src"
105- test-framework = " pytest"
106- tests-root = " tests"
107-
108101[tool .coverage ]
109102report = {skip_covered = true , sort = " cover" }
110103run = {branch = true , parallel = true , source = [
You can’t perform that action at this time.
0 commit comments