https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9b9300eb3591e6017020014dc89475c979b0758b authored by Nicholas Kern on 11 May 2018, 07:20:09 UTC, committed by Bryna Hazelton on 12 May 2018, 17:50:54 UTC
1 parent d54ad75
Raw File
Tip revision: 9b9300eb3591e6017020014dc89475c979b0758b authored by Nicholas Kern on 11 May 2018, 07:20:09 UTC
added a few lines to the tutorial highlighting read_miriad partial IO
Tip revision: 9b9300e
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