https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bf5f5c39dd15250d2f91e112930f81d2f80c1bbf authored by Christopher Moriarty on 30 July 2020, 13:47:14 UTC, committed by Christopher Moriarty on 30 July 2020, 13:47:14 UTC
1 parent 4e1bc9a
Raw File
Tip revision: bf5f5c39dd15250d2f91e112930f81d2f80c1bbf authored by Christopher Moriarty on 30 July 2020, 13:47:14 UTC
Another test fix for known telescopes.
Tip revision: bf5f5c3
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