https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 689d81ed4492f9a97f60670e2fb939c8fdac7d2f authored by Nicholas Kern on 04 June 2018, 01:16:02 UTC, committed by Nicholas Kern on 04 June 2018, 01:16:02 UTC
1 parent e473968
Raw File
Tip revision: 689d81ed4492f9a97f60670e2fb939c8fdac7d2f authored by Nicholas Kern on 04 June 2018, 01:16:02 UTC
added utils.combine_uvdata and updated uvdata.__add__ to use it
Tip revision: 689d81e
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