https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 04d1357dc3eebe639314e315b63ee2dc7217d5d7 authored by Garrett "Karto" Keating on 30 September 2021, 03:44:25 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent f08f576
Raw File
Tip revision: 04d1357dc3eebe639314e315b63ee2dc7217d5d7 authored by Garrett "Karto" Keating on 30 September 2021, 03:44:25 UTC
Adding code to allow check to flip conjugation of baselines if UVW values recoreded are equal to -1 times the expected values
Tip revision: 04d1357
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