https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 786fe0fb72581e0d89cb2499aa2cf2543453c94c authored by Garrett "Karto" Keating on 28 September 2021, 21:14:13 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 49269fa
Raw File
Tip revision: 786fe0fb72581e0d89cb2499aa2cf2543453c94c authored by Garrett "Karto" Keating on 28 September 2021, 21:14:13 UTC
Adding SMA MIR to MS roundtrip test
Tip revision: 786fe0f
MANIFEST.in
include *.md
include LICENSE
include *.bib
include pyuvdata/uvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
recursive-include pyuvdata/*.py
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top