.. image:: _static/FiEsta_logo_large_white.jpg :align: center :class: only-light .. image:: _static/FiEsta_logo_large_black.jpg :align: center :class: only-dark .. raw:: html
================================================================================== FIESTA: Field Interpolation and Estimation using Spatial Techniques and Algorithms ================================================================================== Introduction ============ ``FIESTA`` is a python library for general interpolation from uniform and non-uniform input points. The library is written in python with numba acceleration for speed. The library has the *optional* capability to be used on large data-sets by distributing jobs across multiple processes via ``MPI``. This relies on the ``mpi4py`` library and the ``MPI`` object from the ``shift-fft`` package (see `here