https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ead292e77328a16f6ed514d46b5c3ac538e013d9 authored by Bryna Hazelton on 23 September 2021, 16:17:48 UTC, committed by Matthew Kolopanis on 28 September 2021, 18:46:02 UTC
1 parent ab4a44a
Raw File
Tip revision: ead292e77328a16f6ed514d46b5c3ac538e013d9 authored by Bryna Hazelton on 23 September 2021, 16:17:48 UTC
Add an option to flip the gain conjugation convention in uvcalibrate
Tip revision: ead292e
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