https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 46cda2f4bc8a4f099a1c4fed3fe7210748aa98d1 authored by Bryna Hazelton on 22 July 2018, 07:20:33 UTC, committed by Bryna Hazelton on 24 July 2018, 17:59:08 UTC
1 parent be622dc
Raw File
Tip revision: 46cda2f4bc8a4f099a1c4fed3fe7210748aa98d1 authored by Bryna Hazelton on 22 July 2018, 07:20:33 UTC
update uvcal tutorial, addresses issue #314
Tip revision: 46cda2f
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