https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9dcbe1adc5982f6d58b7a7da979fb7305a6cf636 authored by Bryna Hazelton on 28 June 2018, 00:23:43 UTC, committed by Bryna Hazelton on 11 July 2018, 19:54:59 UTC
1 parent e6e280e
Raw File
Tip revision: 9dcbe1adc5982f6d58b7a7da979fb7305a6cf636 authored by Bryna Hazelton on 28 June 2018, 00:23:43 UTC
improve test coverage, fix channel width write error
Tip revision: 9dcbe1a
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