https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 77d358c06dcebf4a04b4b6a3b851b27d08f8cda9 authored by Christopher Moriarty on 03 July 2020, 17:33:37 UTC, committed by Christopher Moriarty on 22 July 2020, 16:11:59 UTC
1 parent 2ee2dbc
Raw File
Tip revision: 77d358c06dcebf4a04b4b6a3b851b27d08f8cda9 authored by Christopher Moriarty on 03 July 2020, 17:33:37 UTC
Added the capability to read the Submillimeter Array “mir” data format.
Tip revision: 77d358c
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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