https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision efabf9170d699a7e9bc2ea1c02586dc7fe15f37c authored by Garrett 'Karto' Keating on 10 June 2022, 17:37:07 UTC, committed by Bryna Hazelton on 14 July 2022, 20:05:36 UTC
1 parent 31c4c8e
Raw File
Tip revision: efabf9170d699a7e9bc2ea1c02586dc7fe15f37c authored by Garrett 'Karto' Keating on 10 June 2022, 17:37:07 UTC
Adding function to normalize crosses by autos for UVData objects.
Tip revision: efabf91
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm<7.0|>=7.0.3",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top