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
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

[report]
omit =
  */tests/*
  */conftest.py
back to top