mwa_hyperbeam 0.11.0

Primary beam code for the Murchison Widefield Array (MWA) radio telescope.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[project]
name = "mwa_hyperbeam"
requires-python = ">=3.10"
dependencies = ["numpy"]
dynamic = ["version"]

[project.urls]
"Homepage" = "https://github.com/MWATelescope/mwa_hyperbeam"

[build-system]
requires = ["setuptools", "maturin>=1.0,<2.0"]
build-backend = "maturin"