https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision e946eea034e169af33e9f671e3fef0aaaffe1ec8 authored by pyxieloustar on 10 August 2021, 18:57:17 UTC, committed by Bryna Hazelton on 01 November 2021, 18:26:43 UTC
1 parent 5cec8b0
Raw File
Tip revision: e946eea034e169af33e9f671e3fef0aaaffe1ec8 authored by pyxieloustar on 10 August 2021, 18:57:17 UTC
move use_aoflagger_flags and flag_small_auto_ants into functions
Tip revision: e946eea
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