https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 04f3c55bb57d78081446f1145de0cd241ce4e5fa authored by Bryna Hazelton on 04 February 2022, 22:58:59 UTC, committed by Bryna Hazelton on 09 February 2022, 20:50:25 UTC
1 parent 70a2f8f
Raw File
Tip revision: 04f3c55bb57d78081446f1145de0cd241ce4e5fa authored by Bryna Hazelton on 04 February 2022, 22:58:59 UTC
Add tutorial section on initialize_from_uvdata method
Tip revision: 04f3c55
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top