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

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