.. _gridding/interpolation:
:mod:`Gridding/interpolation`
=============================
Contents
--------
- `grid_points`_: Returns a map representing a sum of delta functions (or a “galaxies - randoms” difference map).
- `interpolate_points`_: Interpolates real-space map at a specified set of points.
- `apply_kernel_compensation`_: Modifies Fourier-space map ‘arr’ in-place, to debias interpolation/gridding.
.. raw:: html
.. _grid_points:
.. autofunction:: kszx.grid_points
.. raw:: html
.. _interpolate_points:
.. autofunction:: kszx.interpolate_points
.. raw:: html
.. _apply_kernel_compensation:
.. autofunction:: kszx.apply_kernel_compensation