Metadata-Version: 2.4
Name: radiomesh
Version: 0.1.2
Summary: Just a basic numba gridder
Author-email: Landman Bester <lbester@sarao.ac.za>, Simon Perkins <sperkins@sarao.ac.za>
License: MIT
License-File: LICENSE
Requires-Python: <3.14,>=3.11
Requires-Dist: numba>=0.60.0
Requires-Dist: numpy>=2.0.0
Requires-Dist: rarg-numba-patterns>=0.0.1
Provides-Extra: scripts
Requires-Dist: sympy>=1.14.0; extra == 'scripts'
Description-Content-Type: text/markdown

# radiomesh
A [numba](https://github.com/numba/numba) implementation of the improved w-stacking method described in [https://arxiv.org/abs/2101.11172](https://arxiv.org/abs/2101.11172). The implementation mostly follows [https://arxiv.org/abs/2010.10122](https://arxiv.org/abs/2010.10122) and borrows certain aspects from the `wgridder` implementation in [ducc](https://gitlab.mpcdf.mpg.de/mtr/ducc).
