IAOCEA / healpix-convolution

Other
1 stars 2 forks source link

gaussian kernel #5

Closed keewis closed 3 months ago

keewis commented 3 months ago

Building on top of the neighbours search and the distance calculation, adds a function to compute gaussian kernels from cell ids.

Intended features:

keewis commented 3 months ago

dask-awareness and subdomain convolution seem like bigger tasks, so I'll merge this and revisit these two items in new PRs.

The tests are not quite sufficient to verify that it is, indeed, a gaussian kernel we got (right now it's simply checking that we got a normalized kernel). I'm still trying to find a way to verify that without having to compare with a pre-computed kernel.