https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d500c283e358716be0524ddb5514e377700b4c7e authored by Matthew Kolopanis on 20 January 2021, 20:35:01 UTC, committed by Bryna Hazelton on 28 January 2021, 21:31:41 UTC
1 parent 8d9d7ac
Raw File
Tip revision: d500c283e358716be0524ddb5514e377700b4c7e authored by Matthew Kolopanis on 20 January 2021, 20:35:01 UTC
perform digital gain and coarse band corrections inplace
Tip revision: d500c28
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm", "numpy>=1.15", "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top