https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6e3b9cefa4a84748b2c4574edb65e64721da7091 authored by Theodora Kunicki on 08 May 2020, 18:29:17 UTC, committed by Bryna Hazelton on 25 May 2020, 19:38:13 UTC
1 parent c39d672
Raw File
Tip revision: 6e3b9cefa4a84748b2c4574edb65e64721da7091 authored by Theodora Kunicki on 08 May 2020, 18:29:17 UTC
finished all of the keywords for primary HDU, reorganizing structure based on whether a keyword is required or not, and whether it is a standard FITS keyword or a calfits-specific one.
Tip revision: 6e3b9ce
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm", "numpy>=1.15", "cython>=0.23"]
back to top