https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d500c283e358716be0524ddb5514e377700b4c7e authored by Matthew Kolopanis on 20 January 2021, 20:35:01 UTC, committed by Bryna Hazelton on 28 January 2021, 21:31:41 UTC
1 parent 8d9d7ac
Raw File
Tip revision: d500c283e358716be0524ddb5514e377700b4c7e authored by Matthew Kolopanis on 20 January 2021, 20:35:01 UTC
perform digital gain and coarse band corrections inplace
Tip revision: d500c28
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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