https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 310d0cd8edbce82d1c93e7223fa53af3e97c223d authored by Bryna Hazelton on 04 July 2017, 00:48:15 UTC, committed by Bryna Hazelton on 06 July 2017, 00:17:12 UTC
1 parent a53eeba
Raw File
Tip revision: 310d0cd8edbce82d1c93e7223fa53af3e97c223d authored by Bryna Hazelton on 04 July 2017, 00:48:15 UTC
Also reference the tutorial in section 4.
Tip revision: 310d0cd
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
back to top